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
|
Source: python-snappy
Section: python
Priority: optional
Maintainer: Shell Xu <shell909090@gmail.com>
Build-Depends: debhelper (>= 9),
dh-python,
libsnappy-dev,
python-all-dev,
python-setuptools,
python3-all-dev,
python3-setuptools,
Standards-Version: 4.1.5
Homepage: http://github.com/andrix/python-snappy
Package: python-snappy
Architecture: any
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
Description: snappy compression library from Google - Python 2.7
Snappy is a compression/decompression library. It does not aim for
maximum compression, or compatibility with any other compression
library; instead, it aims for very high speeds and reasonable
compression. You can read package libsnappy1 for more information.
.
This package provides the Python 2.7 module.
Package: python3-snappy
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: snappy compression library from Google - Python 3.x
Snappy is a compression/decompression library. It does not aim for
maximum compression, or compatibility with any other compression
library; instead, it aims for very high speeds and reasonable
compression. You can read package libsnappy1 for more information.
.
This package provides the Python 3.x module.
|