1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Source: monero
Section: utils
Priority: optional
Maintainer: Debian Cryptocoin Team <team+cryptocoin@tracker.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
cmake,
debhelper-compat (= 13),
doxygen,
graphviz,
libboost-chrono-dev,
libboost-date-time-dev,
libboost-filesystem-dev,
libboost-locale-dev,
libboost-program-options-dev,
libboost-regex-dev,
libboost-serialization-dev,
libboost-system-dev,
libboost-thread-dev,
libdb-dev,
libgtest-dev,
libhidapi-dev [!kfreebsd-any !hurd-any],
libminiupnpc-dev,
librandomx-dev,
libreadline-dev,
libsodium-dev,
libssl-dev,
libunbound-dev,
libzmq3-dev,
pandoc <!nodoc>,
pkg-config,
python3 <!nocheck>,
python3-requests <!nocheck>,
qtchooser,
rapidjson-dev,
Standards-Version: 4.5.1
Homepage: https://www.getmonero.org/downloads/#cli
Vcs-Git: https://salsa.debian.org/cryptocoin-team/monero.git
Vcs-Browser: https://salsa.debian.org/cryptocoin-team/monero
Rules-Requires-Root: no
Package: monero
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: cryptocoin client for Monero network - daemon and tools
Full Monero client (a.k.a. Monero Core) is a full-node wallet
for the Monero network.
.
Monero (XMR) is an open-source cryptocurrency
that focuses on privacy and decentralization.
Monero uses a public ledger to record transactions
while new units are created through a process called mining.
Monero aims to improve on existing cryptocurrency design
by obscuring sender, recipient and amount of every transaction made
as well as making the mining process more egalitarian.
.
This package provides the daemon monerod for Full Monero client,
and command-line tools to interact with the daemon.
.
Beware that full global transaction history (blockchain) is stored locally,
which may require very large amounts of disk space.
.
Disk space requirements (as of June 2018):
~40 gigabyte data, ~50 gigabyte on disk, growing ~2 gigabyte per month.
More info at <https://moneroblocks.info/stats/blockchain-growth>.
Package: monero-tests
Architecture: any
Depends:
monero (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: cryptocoin client for Monero network - testsuite
Full Monero client (a.k.a. Monero Core) is a full-node wallet
for the Monero network.
.
Monero (XMR) is an open-source cryptocurrency
that focuses on privacy and decentralization.
Monero uses a public ledger to record transactions
while new units are created through a process called mining.
Monero aims to improve on existing cryptocurrency design
by obscuring sender, recipient and amount of every transaction made
as well as making the mining process more egalitarian.
.
This package provides the test suite for Full Monero client.
|