mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
* 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="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 = ""
|
||||
|
Loading…
Reference in New Issue
Block a user