1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| Source: liblz4
| Section: devel
| Priority: optional
| Maintainer: Evgeniy Polyakov <zbr@ioremap.net>
| Build-Depends:
| cmake (>= 2.6),
| debhelper (>= 7.0.50~),
| cdbs
| Standards-Version: 3.8.0
| Homepage: http://www.lz4.org/
| Vcs-Git: git://github.com/lz4/lz4.git
| Vcs-Browser: https://github.com/lz4/lz4
|
| Package: liblz4
| Architecture: any
| Depends: ${shlibs:Depends}, ${misc:Depends}
| Description: Extremely Fast Compression algorithm http://www.lz4.org
|
| Package: liblz4-dev
| Architecture: any
| Depends: ${shlibs:Depends}, ${misc:Depends}
| Description: Extremely Fast Compression algorithm http://www.lz4.org
| Development files.
|
|