mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
a9fb8a57ab
f447a0a7079619f0d650084df192781cca9fd826 Remove program options from build system (Chun Kuan Lee) 11588c639e8912f1b28e981c1a2a0e4306dbd093 Replace boost program_options (Chun Kuan Lee) Pull request description: Concept from #12744, but without parsing negated options. Tree-SHA512: 7f418744bb8934e313d77a5f162633746ef5d043de802b9c9cd9f7c1842e7e566eb5f171cd9e2cc13317281b2449c6fbd553fa4f09b837e6af2f5d2b2aabdca2
70 lines
2.7 KiB
Plaintext
70 lines
2.7 KiB
Plaintext
Source: dash
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Holger Schinzel <holger@dash.org>
|
|
Uploaders: Holger Schinzel <holger@dash.org>
|
|
Build-Depends: debhelper,
|
|
devscripts,
|
|
automake,
|
|
libtool,
|
|
bash-completion,
|
|
libdb4.8++-dev,
|
|
libssl-dev,
|
|
pkg-config,
|
|
libevent-dev,
|
|
libboost-system1.48-dev | libboost-system-dev (>> 1.47),
|
|
libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.47),
|
|
libboost-thread1.48-dev | libboost-thread-dev (>> 1.47),
|
|
libboost-test1.48-dev | libboost-test-dev (>> 1.47),
|
|
libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.47),
|
|
libminiupnpc8-dev | libminiupnpc-dev,
|
|
qt4-qmake, libqt4-dev,
|
|
qttools5-dev-tools, qttools5-dev,
|
|
libqrencode-dev,
|
|
libprotobuf-dev, protobuf-compiler,
|
|
python,
|
|
libzmq3-dev
|
|
Standards-Version: 3.9.2
|
|
Homepage: https://www.dash.org/
|
|
Vcs-Git: git://github.com/dashpay/dash.git
|
|
Vcs-Browser: https://github.com/dashpay/dash
|
|
|
|
Package: dashd
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: peer-to-peer network based digital currency - daemon
|
|
Dash is an experimental new digital currency that enables instant, private
|
|
payments to anyone, anywhere in the world. Dash uses peer-to-peer
|
|
technology to operate with no central authority: managing transactions
|
|
and issuing money are carried out collectively by the network. Dash Core
|
|
is the name of the open source software which enables the use of this currency.
|
|
.
|
|
This package provides the daemon, dashd, and the CLI tool
|
|
dash-cli to interact with the daemon.
|
|
|
|
Package: dash-qt
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: peer-to-peer network based digital currency - Qt GUI
|
|
Dash is an experimental new digital currency that enables instant, private
|
|
payments to anyone, anywhere in the world. Dash uses peer-to-peer
|
|
technology to operate with no central authority: managing transactions
|
|
and issuing money are carried out collectively by the network. Dash Core
|
|
is the name of the open source software which enables the use of this currency.
|
|
.
|
|
This package provides Dash-Qt, a GUI for Dash based on Qt.
|
|
|
|
Package: dash-tx
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: peer-to-peer digital currency - standalone transaction tool
|
|
Dash is an experimental new digital currency that enables instant, private
|
|
payments to anyone, anywhere in the world. Dash uses peer-to-peer
|
|
technology to operate with no central authority: managing transactions
|
|
and issuing money are carried out collectively by the network. Dash Core
|
|
is the name of the open source software which enables the use of this currency.
|
|
.
|
|
This package provides dash-tx, a command-line transaction creation
|
|
tool which can be used without a dash daemon. Some means of
|
|
exchanging minimal transaction data with peers is still required.
|