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
|
Source: pyrlp
Maintainer: Ben Finney <bignose@debian.org>
Section: python
Priority: optional
Build-Depends:
python3-sphinx,
python3-setuptools,
python3-pytest,
python3-pytest-runner,
python3-all,
dh-python,
debhelper-compat (= 13)
Standards-Version: 4.6.0
Homepage: https://github.com/ethereum/pyrlp/
VCS-Git: https://salsa.debian.org/bignose/pkg-pyrlp.git
VCS-Browser: https://salsa.debian.org/bignose/pkg-pyrlp/
Rules-Requires-Root: no
Package: python3-rlp
Architecture: all
Depends:
${python3:Depends},
${misc:Depends}
Suggests:
python-rlp-doc
Description: Recursive Length Prefix (RLP) library — Python 3
The purpose of RLP (Recursive Length Prefix) is to encode arbitrarily
nested arrays of binary data, and RLP is the main encoding method
used to serialize objects in Ethereum.
.
This package installs the library for Python 3.
Package: python-rlp-doc
Architecture: all
Section: doc
Depends:
${sphinxdoc:Depends},
${misc:Depends}
Description: Recursive Length Prefix (RLP) library — documentation
The purpose of RLP (Recursive Length Prefix) is to encode arbitrarily
nested arrays of binary data, and RLP is the main encoding method
used to serialize objects in Ethereum.
.
This package installs the library documentation.
|