Source: pyrlp Maintainer: Ben Finney Section: python Priority: optional Standards-Version: 4.0.0 Build-Depends: python3-sphinx, python3-setuptools, python3-pytest, python3-pytest-runner, python3-all, python-sphinx, python-setuptools, python-pytest, python-pytest-runner, python-all (>= 2.7~), dh-python, debhelper (>= 10~) Homepage: https://github.com/ethereum/pyrlp/ VCS-Git: https://anonscm.debian.org/git/users/bignose/debian/ethereum/pkg-pyrlp.git VCS-Browser: https://anonscm.debian.org/git/users/bignose/debian/ethereum/pkg-pyrlp.git X-Python-Version: >= 2.7 X-Python3-Version: >= 3.3 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 Architecture: all Depends: ${python:Depends}, ${misc:Depends} Suggests: python-rlp-doc Description: Recursive Length Prefix (RLP) library — Python 2 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 2. Package: python-rlp-doc Architecture: all Section: doc 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.