Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/bzip2/SPKG.txt
8817 views
1
= bzip2 =
2
3
== Description ==
4
5
bzip2 is a freely available, patent free, high-quality data compressor.
6
It typically compresses files to within 10% to 15% of the best available
7
techniques (the PPM family of statistical compressors), whilst being
8
around twice as fast at compression and six times faster at
9
decompression.
10
11
== License ==
12
13
BSD-style
14
15
== SPKG Maintainers ==
16
17
None
18
19
== Upstream Contact ==
20
21
* Website http://bzip.org/
22
* Author: Julian Seward <[email protected]>
23
24
== Dependencies ==
25
26
None
27
28
== Special Update/Build Instructions ==
29
30
This package must not be bzip2 compressed, so create it using
31
32
tar c bzip2-1.0.6 | gzip --best >bzip2-1.0.6.spkg
33
34
== Changelog ==
35
36
=== bzip2-1.0.6 (Jeroen Demeyer, 5 March 2012) ===
37
* Trac #12102: initial version as "standard" package. Adapted
38
spkg-install from the old spkg/base/bzip2-1.0.5-install.
39
40