diff options
author | jaapb <jaapb@pkgsrc.org> | 2012-09-16 12:30:46 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2012-09-16 12:30:46 +0000 |
commit | c188a224cbb5a0f5e3823f8e8d4b68a0e3866075 (patch) | |
tree | 7ebfb126ba81bbbd3140a202317b232cc1474966 /archivers/ocaml-bz2/DESCR | |
parent | 89c40f814e4a1cd51a41d8eaf41b6df4dc611b34 (diff) | |
download | pkgsrc-c188a224cbb5a0f5e3823f8e8d4b68a0e3866075.tar.gz |
Imported camlbz2 0.6.0 as archivers/ocamlbz2. This closes PR pkg/41738.
This Objective Caml library provides easy access to compressed files in
bzip2 format. It provides functions for reading from and writing to compressed
files in these formats.
Diffstat (limited to 'archivers/ocaml-bz2/DESCR')
-rw-r--r-- | archivers/ocaml-bz2/DESCR | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/ocaml-bz2/DESCR b/archivers/ocaml-bz2/DESCR new file mode 100644 index 00000000000..be8826862ec --- /dev/null +++ b/archivers/ocaml-bz2/DESCR @@ -0,0 +1,3 @@ +This Objective Caml library provides easy access to compressed files in +bzip2 format. It provides functions for reading from and writing to compressed +files in these formats. |