* take camlzip META file from GODI
svn path=/nixpkgs/trunk/; revision=25069
This commit is contained in:
parent
a000072893
commit
0b701b824b
@ -1,23 +1,7 @@
|
|||||||
# Specifications for the "camlzip" library:
|
name="camlzip"
|
||||||
|
|
||||||
name="zip"
|
|
||||||
version="1.04"
|
version="1.04"
|
||||||
description="A library for handling ZIP and GZIP files in OCaml"
|
description="reading and writing ZIP, JAR and GZIP files"
|
||||||
directory="@INSTALLDIR@"
|
|
||||||
|
|
||||||
requires="unix"
|
requires="unix"
|
||||||
requires(byte)="unix"
|
archive(byte)="camlzip.cma"
|
||||||
requires(native)="unix"
|
archive(native)="camlzip.cmxa"
|
||||||
requires(toploop)="unix"
|
linkopts = ""
|
||||||
|
|
||||||
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"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user