-
Notifications
You must be signed in to change notification settings - Fork 6
/
control
120 lines (115 loc) · 3.82 KB
/
control
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Source: vertcoin
Section: utils
Priority: optional
Maintainer: vertion <[email protected]>
Uploaders: vertion <[email protected]>
Build-Depends:
devscripts,
bash-completion,
debhelper-compat (= 12),
dh-exec,
bash-completion,
lcov,
libboost-chrono-dev,
libboost-filesystem-dev,
libboost-system-dev,
libboost-test-dev,
libboost-thread-dev,
libdb5.3++-dev,
libevent-dev,
libgmp-dev,
libminiupnpc-dev,
libprotobuf-dev,
libqrencode-dev,
libsqlite3-dev,
libssl-dev,
libzmq3-dev,
pkg-config,
protobuf-compiler,
python3,
qt5-qmake,
qtbase5-dev,
qttools5-dev-tools
Standards-Version: 4.6.0
Homepage: https://vertcoin.org/
Vcs-Git: git://github.com/vertcoin-project/vertcoin-core.git
Vcs-Browser: https://github.com/vertcoin-project/vertcoin-core
Rules-Requires-Root: no
Package: vertcoind
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
tor,
Suggests:
bash-completion,
Description: peer-to-peer network based digital currency - daemon
Vertcoin 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, vertcoind, and the CLI tool
vertcoin-cli to interact with the daemon.
Package: vertcoin-qt
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
tor,
Description: peer-to-peer network based digital currency - Qt GUI
Vertcoin 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 Vertcoin-Qt, a GUI for Vertcoin based on Qt.
Package: vertcoin-tx
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
bash-completion,
Description: peer-to-peer digital currency - standalone transaction tool
Vertcoin 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 vertcoin-tx, a command-line transaction creation
tool which can be used without a vertcoin daemon. Some means of
exchanging minimal transaction data with peers is still required.
Package: vertcoin-wallet
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
bash-completion,
Description: peer-to-peer digital currency - standalone transaction tool
Vertcoin 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 vertcoin-wallet, a command-line transaction creation
tool which can be used without a vertcoin daemon. Some means of
exchanging minimal transaction data with peers is still required.
Package: vertcoin-util
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer digital currency - utility tool
Vertcoin 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 vertcoin-util, a command-line utility tool.