File: control

package info (click to toggle)
python-snappy 0.5.3-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: python: 984; cpp: 236; ansic: 118; makefile: 33
file content (24 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: python-snappy
Section: python
Priority: optional
Maintainer: Shell Xu <shell909090@gmail.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               libsnappy-dev,
               python3-all-dev,
               python3-setuptools,
Standards-Version: 4.1.5
Homepage: http://github.com/andrix/python-snappy

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.