2010-12-12 17:45:57 +00:00
|
|
|
{stdenv, fetchurl, zlib, ocaml, findlib}:
|
* Add ocaml packages findlib, camlzip, ocaml-ssl, ocaml-batteries, menhir, camomile, ocaml-lwt, cryptokit, ocaml-cryptgps, ounit, ocaml-react
svn path=/nixpkgs/trunk/; revision=25041
2010-12-09 15:40:04 +00:00
|
|
|
|
|
|
|
let
|
|
|
|
ocaml_version = (builtins.parseDrvName ocaml.name).version;
|
2016-07-07 13:29:13 +00:00
|
|
|
param =
|
|
|
|
if stdenv.lib.versionAtLeast ocaml_version "4.02"
|
|
|
|
then {
|
|
|
|
version = "1.06";
|
|
|
|
url = "1616";
|
|
|
|
sha256 = "0m6gyjw46w3qnhxfsyqyag42znl5lwargks7w7rfchr9jzwpff68";
|
|
|
|
patch = ./makefile_1_06.patch;
|
|
|
|
installTargets = "install-findlib";
|
|
|
|
} else {
|
|
|
|
version = "1.05";
|
|
|
|
url = "1037";
|
|
|
|
sha256 = "930b70c736ab5a7ed1b05220102310a0a2241564786657abe418e834a538d06b";
|
|
|
|
patch = ./makefile_1_05.patch;
|
|
|
|
installTargets = "install";
|
|
|
|
};
|
* Add ocaml packages findlib, camlzip, ocaml-ssl, ocaml-batteries, menhir, camomile, ocaml-lwt, cryptokit, ocaml-cryptgps, ounit, ocaml-react
svn path=/nixpkgs/trunk/; revision=25041
2010-12-09 15:40:04 +00:00
|
|
|
in
|
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
2016-07-07 13:29:13 +00:00
|
|
|
name = "camlzip-${param.version}";
|
* Add ocaml packages findlib, camlzip, ocaml-ssl, ocaml-batteries, menhir, camomile, ocaml-lwt, cryptokit, ocaml-cryptgps, ounit, ocaml-react
svn path=/nixpkgs/trunk/; revision=25041
2010-12-09 15:40:04 +00:00
|
|
|
|
|
|
|
src = fetchurl {
|
2016-07-07 13:29:13 +00:00
|
|
|
url = "http://forge.ocamlcore.org/frs/download.php/${param.url}/camlzip-${param.version}.tar.gz";
|
|
|
|
inherit (param) sha256;
|
* Add ocaml packages findlib, camlzip, ocaml-ssl, ocaml-batteries, menhir, camomile, ocaml-lwt, cryptokit, ocaml-cryptgps, ounit, ocaml-react
svn path=/nixpkgs/trunk/; revision=25041
2010-12-09 15:40:04 +00:00
|
|
|
};
|
|
|
|
|
2010-12-12 17:45:57 +00:00
|
|
|
buildInputs = [zlib ocaml findlib];
|
* Add ocaml packages findlib, camlzip, ocaml-ssl, ocaml-batteries, menhir, camomile, ocaml-lwt, cryptokit, ocaml-cryptgps, ounit, ocaml-react
svn path=/nixpkgs/trunk/; revision=25041
2010-12-09 15:40:04 +00:00
|
|
|
|
2016-07-07 13:29:13 +00:00
|
|
|
patches = [ param.patch ];
|
* Add ocaml packages findlib, camlzip, ocaml-ssl, ocaml-batteries, menhir, camomile, ocaml-lwt, cryptokit, ocaml-cryptgps, ounit, ocaml-react
svn path=/nixpkgs/trunk/; revision=25041
2010-12-09 15:40:04 +00:00
|
|
|
|
2010-12-21 09:37:35 +00:00
|
|
|
createFindlibDestdir = true;
|
|
|
|
|
2010-12-12 17:45:57 +00:00
|
|
|
postPatch = ''
|
2016-07-07 13:29:13 +00:00
|
|
|
substitute ${./META} META --subst-var-by VERSION "${param.version}"
|
* Add ocaml packages findlib, camlzip, ocaml-ssl, ocaml-batteries, menhir, camomile, ocaml-lwt, cryptokit, ocaml-cryptgps, ounit, ocaml-react
svn path=/nixpkgs/trunk/; revision=25041
2010-12-09 15:40:04 +00:00
|
|
|
substituteInPlace Makefile \
|
2016-01-24 07:30:24 +00:00
|
|
|
--subst-var-by ZLIB_LIBDIR "${zlib.out}/lib" \
|
2016-04-16 17:50:01 +00:00
|
|
|
--subst-var-by ZLIB_INCLUDE "${zlib.dev}/include"
|
* Add ocaml packages findlib, camlzip, ocaml-ssl, ocaml-batteries, menhir, camomile, ocaml-lwt, cryptokit, ocaml-cryptgps, ounit, ocaml-react
svn path=/nixpkgs/trunk/; revision=25041
2010-12-09 15:40:04 +00:00
|
|
|
'';
|
|
|
|
|
|
|
|
buildFlags = "all allopt";
|
|
|
|
|
2016-07-07 13:29:13 +00:00
|
|
|
inherit (param) installTargets;
|
|
|
|
|
|
|
|
postInstall = ''
|
|
|
|
ln -s $out/lib/ocaml/${ocaml_version}/site-lib/{,caml}zip
|
|
|
|
'';
|
* Add ocaml packages findlib, camlzip, ocaml-ssl, ocaml-batteries, menhir, camomile, ocaml-lwt, cryptokit, ocaml-cryptgps, ounit, ocaml-react
svn path=/nixpkgs/trunk/; revision=25041
2010-12-09 15:40:04 +00:00
|
|
|
|
|
|
|
meta = {
|
|
|
|
homepage = "http://cristal.inria.fr/~xleroy/software.html#camlzip";
|
|
|
|
description = "A library for handling ZIP and GZIP files in OCaml";
|
|
|
|
longDescription = ''
|
|
|
|
This Objective Caml library provides easy access to compressed files in
|
|
|
|
ZIP and GZIP format, as well as to Java JAR files. It provides functions
|
|
|
|
for reading from and writing to compressed files in these formats.
|
|
|
|
'';
|
|
|
|
license = "LGPL+linking exceptions";
|
2015-12-24 17:49:07 +00:00
|
|
|
platforms = ocaml.meta.platforms or [];
|
* Enable hydra build for ocaml-batteries, camlzip, camomile, ocaml-cryptgps, cryptokit, ocaml-lwt, menhir, ounit, ocaml-pcre, ocaml-react, ocaml-ssl
svn path=/nixpkgs/trunk/; revision=25064
2010-12-11 14:50:45 +00:00
|
|
|
maintainers = [
|
|
|
|
stdenv.lib.maintainers.z77z
|
|
|
|
];
|
* Add ocaml packages findlib, camlzip, ocaml-ssl, ocaml-batteries, menhir, camomile, ocaml-lwt, cryptokit, ocaml-cryptgps, ounit, ocaml-react
svn path=/nixpkgs/trunk/; revision=25041
2010-12-09 15:40:04 +00:00
|
|
|
};
|
|
|
|
}
|