diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-09-06 15:44:30 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-09-06 15:44:30 +0800 |
commit | 14c52f367db7c802d6483a138903c79f2d2e3da3 (patch) | |
tree | 5bbde7a66738837986033720da63dcc92500199a /archivers/Makefile | |
parent | 262a7b50dc7b26bb7da88bd8d63e0aa5644d1c7d (diff) | |
download | freebsd-ports-graphics-14c52f367db7c802d6483a138903c79f2d2e3da3.tar.gz freebsd-ports-graphics-14c52f367db7c802d6483a138903c79f2d2e3da3.tar.zst freebsd-ports-graphics-14c52f367db7c802d6483a138903c79f2d2e3da3.zip |
This Objective Caml library provides easy access to compressed files in ZIP
and GZIP format, as well as to Java JAR files. It provides functions
for reading from and writing to compressed files in these formats.
Author: Xavier Leroy <Xavier.Leroy@inria.fr>
WWW: http://pauillac.inria.fr/~xleroy/software.html
PR: ports/101214
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 8b245447df7..8b98f99440b 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -58,6 +58,7 @@ SUBDIR += nomarch SUBDIR += nulib SUBDIR += nwreckdum + SUBDIR += ocaml-zip SUBDIR += orange SUBDIR += p5-Archive-Extract SUBDIR += p5-Archive-Tar |