69 lines
2.8 KiB
Plaintext
69 lines
2.8 KiB
Plaintext
Source: neobytes
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: NeoBytes <info@neobytes.org>
|
|
Uploaders: NeoBytes <info@neobytes.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.35),
|
|
libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.35),
|
|
libboost-program-options1.48-dev | libboost-program-options-dev (>> 1.35),
|
|
libboost-thread1.48-dev | libboost-thread-dev (>> 1.35),
|
|
libboost-test1.48-dev | libboost-test-dev (>> 1.35),
|
|
libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.35),
|
|
qt4-qmake,
|
|
libqt4-dev,
|
|
libqrencode-dev,
|
|
libprotobuf-dev, protobuf-compiler,
|
|
python
|
|
Standards-Version: 3.9.2
|
|
Homepage: https://www.neobytes.network/
|
|
Vcs-Git: git://github.com/neobytes-project/neobytes.git
|
|
Vcs-Browser: https://github.com/neobytes-project/neobytes
|
|
|
|
Package: neobytesd
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: peer-to-peer network based digital currency - daemon
|
|
NeoBytes is an experimental new digital currency that enables anonymous, instant
|
|
payments to anyone, anywhere in the world. NeoBytes uses peer-to-peer
|
|
technology to operate with no central authority: managing transactions
|
|
and issuing money are carried out collectively by the network. NeoBytes Core
|
|
is the name of the open source software which enables the use of this currency.
|
|
.
|
|
This package provides the daemon, neobytesd, and the CLI tool
|
|
neobytes-cli to interact with the daemon.
|
|
|
|
Package: neobytes-qt
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: peer-to-peer network based digital currency - Qt GUI
|
|
NeoBytes is an experimental new digital currency that enables anonymous, instant
|
|
payments to anyone, anywhere in the world. NeoBytes uses peer-to-peer
|
|
technology to operate with no central authority: managing transactions
|
|
and issuing money are carried out collectively by the network. NeoBytes Core
|
|
is the name of the open source software which enables the use of this currency.
|
|
.
|
|
This package provides NeoBytes-Qt, a GUI for NeoBytes based on Qt.
|
|
|
|
Package: neobytes-tx
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: peer-to-peer digital currency - standalone transaction tool
|
|
NeoBytes is an experimental new digital currency that enables anonymous, instant
|
|
payments to anyone, anywhere in the world. NeoBytes uses peer-to-peer
|
|
technology to operate with no central authority: managing transactions
|
|
and issuing money are carried out collectively by the network. NeoBytes Core
|
|
is the name of the open source software which enables the use of this currency.
|
|
.
|
|
This package provides neobytes-tx, a command-line transaction creation
|
|
tool which can be used without a neobytes daemon. Some means of
|
|
exchanging minimal transaction data with peers is still required.
|