File: control

package info (click to toggle)
python-snappy 0.5-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 112 kB
  • ctags: 95
  • sloc: python: 346; cpp: 218; ansic: 113; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 820 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: python-snappy
Section: python
Priority: optional
Maintainer: Shell Xu <shell909090@gmail.com>
Build-Depends: debhelper (>= 8), python-setuptools (>= 0.6), libsnappy-dev, python-all-dev
Standards-Version: 3.9.4
X-Python-Version: >= 2.5
Homepage: http://github.com/andrix/python-snappy

Package: python-snappy
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Python library for the snappy compression library from Google
 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 infomation.
 .
 python-snappy is Python library for the snappy compression library from Google.