* 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
This commit is contained in:
Marco Maggesi
2010-12-11 14:50:45 +00:00
parent acbc67e004
commit e1bbcecbaf
12 changed files with 48 additions and 0 deletions

View File

@@ -39,5 +39,9 @@ stdenv.mkDerivation {
meta = {
homepage = "http://pauillac.inria.fr/~xleroy/software.html";
description = "A library of cryptographic primitives for OCaml";
platforms = ocaml.meta.platforms;
maintainers = [
stdenv.lib.maintainers.z77z
];
};
}