12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- Source: starwels
- Section: utils
- Priority: optional
- Maintainer: Matt Corallo <matt@mattcorallo.com>
- Uploaders: Matt Corallo <matt@mattcorallo.com>
- 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-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,
- 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://github.com/starwels/
- Vcs-Git: git://github.com/starwels/starwels.git
- Vcs-Browser: https://github.com/starwels/starwels
-
- Package: starwelsd
- Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends}
- Description: peer-to-peer network based digital currency - daemon
- Starwels 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.
- .
- This package provides the daemon, starwelsd, and the CLI tool
- starwels-cli to interact with the daemon.
-
- Package: starwels-qt
- Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends}
- Description: peer-to-peer network based digital currency - Qt GUI
- Starwels 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.
- .
- This package provides Starwels-Qt, a GUI for Starwels based on Qt.
-
- Package: starwels-tx
- Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends}
- Description: peer-to-peer digital currency - standalone transaction tool
- Starwels 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.
- .
- This package provides starwels-tx, a command-line transaction creation
- tool which can be used without a starwels daemon. Some means of
- exchanging minimal transaction data with peers is still required.
|