ac457478e3
svn path=/nixpkgs/trunk/; revision=25041
24 lines
497 B
Plaintext
24 lines
497 B
Plaintext
# Specifications for the "camlzip" library:
|
|
|
|
name="zip"
|
|
version="1.04"
|
|
description="A library for handling ZIP and GZIP files in OCaml"
|
|
directory="@INSTALLDIR@"
|
|
|
|
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"
|