mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
21 lines
588 B
Plaintext
21 lines
588 B
Plaintext
Source: rippled
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: Ripple Labs Inc. <support@ripple.com>
|
|
Build-Depends: cmake,
|
|
debhelper (>= 13),
|
|
debhelper-compat (= 13)
|
|
# debhelper (>= 14),
|
|
# debhelper-compat (= 14),
|
|
# TODO: Let's go for 14!
|
|
Standards-Version: 4.6.0
|
|
Homepage: https://github.com/XRPLF/rippled.git
|
|
Rules-Requires-Root: no
|
|
|
|
Package: rippled
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: XRP Ledger server (rippled)
|
|
rippled is the core server of the XRP Ledger, providing a peer-to-peer
|
|
network node for validating and processing transactions.
|