Add bzip2 1.0.8

This commit is contained in:
Justine Tunney 2021-09-06 15:51:57 -07:00
parent 1eed7d47bd
commit a8fb68af4b
57 changed files with 44997 additions and 0 deletions

11
third_party/bzip2/README.cosmo vendored Normal file
View file

@ -0,0 +1,11 @@
DESCRIPTION
bzip2 is a lossless compression algorithm that's slower than deflate
but achieves better compression ratios w/ BurrowsWheeler transform.
ORIGIN
commit 6a8690fc8d26c815e798c588f796eabe9d684cf0 (HEAD, tag: bzip2-1.0.8)
Author: Mark Wielaard <mark@klomp.org>
Date: Sat Jul 13 17:17:58 2019 +0200
Prepare for 1.0.8 release.