64 lines
2.3 KiB
Plaintext
64 lines
2.3 KiB
Plaintext
Source: agrarian
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Fuzzbawls <fuzzbawls@gmail.com>
|
|
Uploaders: Fuzzbawls <fuzzbawls@gmail.com>
|
|
Build-Depends: debhelper,
|
|
devscripts,
|
|
automake,
|
|
libtool,
|
|
bash-completion,
|
|
libdb4.8++-dev,
|
|
libssl1.0-dev | libssl-dev,
|
|
pkg-config,
|
|
libevent-dev,
|
|
libgmp-dev,
|
|
libboost-system1.48-dev | libboost-system-dev (>> 1.47),
|
|
libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.47),
|
|
libboost-program-options1.48-dev | libboost-program-options-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,
|
|
xvfb,
|
|
qtbase5-dev, qttools5-dev-tools, qttools5-dev,
|
|
libqrencode-dev,
|
|
python,
|
|
libzmq3-dev,
|
|
dh-systemd
|
|
Standards-Version: 3.9.2
|
|
Homepage: http://www.agrarian.org
|
|
Vcs-Git: git://github.com/Agrarian-Project/Agrarian.git
|
|
Vcs-Browser: http://github.com/Agrarian-Project/Agrarian
|
|
|
|
Package: agrariand
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: peer-to-peer network based digital currency - daemon
|
|
Agrarian is a free open source peer-to-peer electronic cash system that
|
|
is completely decentralized, without the need for a central server or
|
|
trusted parties. Users hold the crypto keys to their own money and
|
|
transact directly with each other, with the help of a P2P network to
|
|
check for double-spending.
|
|
.
|
|
Full transaction history is stored locally at each client. This
|
|
requires 10+ GB of space, slowly growing.
|
|
.
|
|
This package provides the daemon, agrariand, and the CLI tool
|
|
agrarian-cli to interact with the daemon.
|
|
|
|
Package: agrarian-qt
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: peer-to-peer network based digital currency - Qt GUI
|
|
Agrarian is a free open source peer-to-peer electronic cash system that
|
|
is completely decentralized, without the need for a central server or
|
|
trusted parties. Users hold the crypto keys to their own money and
|
|
transact directly with each other, with the help of a P2P network to
|
|
check for double-spending.
|
|
.
|
|
Full transaction history is stored locally at each client. This
|
|
requires 10+ GB of space, slowly growing.
|
|
.
|
|
This package provides Agrarian-Qt, a GUI for Agrarian based on Qt.
|