* take camlzip META file from GODI

svn path=/nixpkgs/trunk/; revision=25069

+5 -21
+5 -21
pkgs/development/ocaml-modules/camlzip/META
··· 1 - # Specifications for the "camlzip" library: 2 - 3 - name="zip" 1 + name="camlzip" 4 2 version="1.04" 5 - description="A library for handling ZIP and GZIP files in OCaml" 6 - directory="@INSTALLDIR@" 7 - 3 + description="reading and writing ZIP, JAR and GZIP files" 8 4 requires="unix" 9 - requires(byte)="unix" 10 - requires(native)="unix" 11 - requires(toploop)="unix" 12 - 13 - requires(byte,mt)="unix" 14 - requires(native,mt)="unix" 15 - requires(toploop,mt)="unix" 16 - 17 - archive(byte)="zip.cma" 18 - archive(native)="zip.cmxa" 19 - archive(toploop)="zip.cma" 20 - 21 - archive(byte,mt)="zip.cma" 22 - archive(native,mt)="zip.cmxa" 23 - archive(toploop,mt)="zip.cma" 5 + archive(byte)="camlzip.cma" 6 + archive(native)="camlzip.cmxa" 7 + linkopts = ""