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
|
Source: zfec
Priority: optional
Maintainer: Tahoe Packaging Team <team+tahoe-team@tracker.debian.org>
Uploaders: Vasudev Kamath <vasudev@copyninja.info>
Build-Depends: debhelper (>= 11),
dh-python,
python-all-dev,
python3-all-dev,
python-setuptools,
python3-setuptools
Standards-Version: 4.1.3
Section: python
Vcs-Git: https://salsa.debian.org/vasudev/zfec.git
Vcs-Browser: https://salsa.debian.org/vasudev/zfec
Homepage: http://tahoe-lafs.org/trac/zfec
Package: python-zfec
Architecture: any
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends}
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: fast erasure codec, with Python bindings
Fast, portable, programmable erasure coding a.k.a. "forward error
correction": the generation of redundant blocks of information such that if
some blocks are lost then the original data can be recovered from the
remaining blocks. This package includes a Python API.
Package: python3-zfec
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: fast erasure codec, with Python 3 bindings
Fast, portable, programmable erasure coding a.k.a. "forward error
correction": the generation of redundant blocks of information such that if
some blocks are lost then the original data can be recovered from the
remaining blocks. This package includes a Python 3 API.
|