about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/camlzip
diff options
context:
space:
mode:
authorMarco Maggesi <maggesi@math.unifi.it>2010-12-12 16:09:52 +0000
committerMarco Maggesi <maggesi@math.unifi.it>2010-12-12 16:09:52 +0000
commit0b701b824be98dcfc1cb59c47e42670ff95df0cc (patch)
tree98dc71f8c7837a72de05b27c7c0691ef00f33126 /pkgs/development/ocaml-modules/camlzip
parenta000072893198ec3a53f4bae8f198c7efe39e232 (diff)
downloadnixlib-0b701b824be98dcfc1cb59c47e42670ff95df0cc.tar
nixlib-0b701b824be98dcfc1cb59c47e42670ff95df0cc.tar.gz
nixlib-0b701b824be98dcfc1cb59c47e42670ff95df0cc.tar.bz2
nixlib-0b701b824be98dcfc1cb59c47e42670ff95df0cc.tar.lz
nixlib-0b701b824be98dcfc1cb59c47e42670ff95df0cc.tar.xz
nixlib-0b701b824be98dcfc1cb59c47e42670ff95df0cc.tar.zst
nixlib-0b701b824be98dcfc1cb59c47e42670ff95df0cc.zip
* take camlzip META file from GODI
svn path=/nixpkgs/trunk/; revision=25069
Diffstat (limited to 'pkgs/development/ocaml-modules/camlzip')
-rw-r--r--pkgs/development/ocaml-modules/camlzip/META26
1 files changed, 5 insertions, 21 deletions
diff --git a/pkgs/development/ocaml-modules/camlzip/META b/pkgs/development/ocaml-modules/camlzip/META
index 85456166101e..328b40022822 100644
--- a/pkgs/development/ocaml-modules/camlzip/META
+++ b/pkgs/development/ocaml-modules/camlzip/META
@@ -1,23 +1,7 @@
-# Specifications for the "camlzip" library:
-
-name="zip"
+name="camlzip"
 version="1.04"
-description="A library for handling ZIP and GZIP files in OCaml"
-directory="@INSTALLDIR@"
-
+description="reading and writing ZIP, JAR and GZIP files"
 requires="unix"
-requires(byte)="unix"
-requires(native)="unix"
-requires(toploop)="unix"
-
-requires(byte,mt)="unix"
-requires(native,mt)="unix"
-requires(toploop,mt)="unix"
-
-archive(byte)="zip.cma"
-archive(native)="zip.cmxa"
-archive(toploop)="zip.cma"
-
-archive(byte,mt)="zip.cma"
-archive(native,mt)="zip.cmxa"
-archive(toploop,mt)="zip.cma"
+archive(byte)="camlzip.cma"
+archive(native)="camlzip.cmxa"
+linkopts = ""