mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
24 lines
618 B
Plaintext
24 lines
618 B
Plaintext
Source: xrpld
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: XRPL Foundation <contact@xrplf.org>
|
|
Rules-Requires-Root: no
|
|
Build-Depends:
|
|
debhelper-compat (= 13)
|
|
Standards-Version: 4.7.0
|
|
Homepage: https://github.com/XRPLF/rippled
|
|
Vcs-Git: https://github.com/XRPLF/rippled.git
|
|
Vcs-Browser: https://github.com/XRPLF/rippled
|
|
|
|
Package: xrpld
|
|
Section: net
|
|
Priority: optional
|
|
Architecture: any
|
|
Depends:
|
|
${shlibs:Depends},
|
|
${misc:Depends}
|
|
Description: XRP Ledger daemon
|
|
Reference implementation of the XRP Ledger protocol. Participates
|
|
in the peer-to-peer network, processes transactions, and maintains
|
|
a local ledger copy.
|