From 0b701b824be98dcfc1cb59c47e42670ff95df0cc Mon Sep 17 00:00:00 2001 From: Marco Maggesi Date: Sun, 12 Dec 2010 16:09:52 +0000 Subject: * take camlzip META file from GODI svn path=/nixpkgs/trunk/; revision=25069 --- pkgs/development/ocaml-modules/camlzip/META | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) (limited to 'pkgs/development/ocaml-modules') diff --git a/pkgs/development/ocaml-modules/camlzip/META b/pkgs/development/ocaml-modules/camlzip/META index 85456166101..328b4002282 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 = "" -- cgit 1.4.1