File: control

package info (click to toggle)
python-lz4 0.7.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 120 kB
  • ctags: 84
  • sloc: ansic: 172; python: 49; makefile: 23
file content (24 lines) | stat: -rw-r--r-- 978 bytes parent folder | download
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-lz4
Section: python
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9), python-all-dev
              ,liblz4-dev
              ,python-nose
              ,python-setuptools
X-Python-Version: >= 2.7
Standards-Version: 3.9.5
Homepage: http://pypi.python.org/pypi/lz4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-lz4.git
Vcs-Git: git://anonscm.debian.org/collab-maint/python-lz4.git

Package: python-lz4
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Python interface to the lz4 compression library
 This package provides bindings for the liblz4 compression library.
 .
 LZ4 is a very fast lossless compression algorithm, providing compression
 speed at 400 MB/s per core, scalable with multi-cores CPU. It also
 features an extremely fast decoder, with speed in multiple GB/s per core,
 typically reaching RAM speed limits on multi-core systems.