* 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

@@ -23,5 +23,9 @@ stdenv.mkDerivation {
homepage = http://savonet.rastageeks.org/;
description = "OCaml bindings for libssl ";
license = "LGPL+link exception";
platforms = ocaml.meta.platforms;
maintainers = [
stdenv.lib.maintainers.z77z
];
};
}