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
|
Source: python-avro
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Build-Depends:
debhelper (>= 9),
default-jdk,
ant,
dh-python,
python-all,
python-setuptools,
python-simplejson,
python3-all,
python3-setuptools
Standards-Version: 3.9.8
Homepage: http://avro.apache.org
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-avro.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-avro.git
Package: python-avro
Architecture: all
Depends:
${misc:Depends},
${python:Depends}
Description: Apache Avro serialization system — Python 2 library
Apache Avro is a data serialization system providing
* Rich data structures.
* A compact, fast, binary data format.
* A container file, to store persistent data.
* Remote procedure call (RPC).
* Simple integration with dynamic languages. Code generation is not
required to read or write data files nor to use or implement RPC protocols.
Code generation as an optional optimization, only worth implementing for
statically typed languages.
.
This package installs the implementation as a Python 2 library.
Package: python3-avro
Architecture: all
Depends:
${misc:Depends},
${python3:Depends}
Description: Apache Avro serialization system — Python 3 library
Apache Avro is a data serialization system providing
* Rich data structures.
* A compact, fast, binary data format.
* A container file, to store persistent data.
* Remote procedure call (RPC).
* Simple integration with dynamic languages. Code generation is not
required to read or write data files nor to use or implement RPC protocols.
Code generation as an optional optimization, only worth implementing for
statically typed languages.
.
This package installs the implementation as a Python 3 library.
|