* 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

+48
+4
pkgs/development/ocaml-modules/batteries/default.nix
··· 30 30 language. 31 31 ''; 32 32 license = "LGPL"; 33 + platforms = ocaml.meta.platforms; 34 + maintainers = [ 35 + stdenv.lib.maintainers.z77z 36 + ]; 33 37 }; 34 38 }
+4
pkgs/development/ocaml-modules/camlzip/default.nix
··· 43 43 for reading from and writing to compressed files in these formats. 44 44 ''; 45 45 license = "LGPL+linking exceptions"; 46 + platforms = ocaml.meta.platforms; 47 + maintainers = [ 48 + stdenv.lib.maintainers.z77z 49 + ]; 46 50 }; 47 51 }
+4
pkgs/development/ocaml-modules/camomile/0.7.3.nix
··· 21 21 homepage = http://camomile.sourceforge.net/; 22 22 description = "A comprehensive Unicode library for OCaml"; 23 23 license = "LGPL"; 24 + platforms = ocaml.meta.platforms; 25 + maintainers = [ 26 + stdenv.lib.maintainers.z77z 27 + ]; 24 28 }; 25 29 }
+4
pkgs/development/ocaml-modules/camomile/0.8.1.nix
··· 21 21 homepage = http://camomile.sourceforge.net/; 22 22 description = "A comprehensive Unicode library for OCaml"; 23 23 license = "LGPL"; 24 + platforms = ocaml.meta.platforms; 25 + maintainers = [ 26 + stdenv.lib.maintainers.z77z 27 + ]; 24 28 }; 25 29 }
+4
pkgs/development/ocaml-modules/cryptgps/default.nix
··· 27 27 itself. 28 28 ''; 29 29 license = "MIT/X11"; 30 + platforms = ocaml.meta.platforms; 31 + maintainers = [ 32 + stdenv.lib.maintainers.z77z 33 + ]; 30 34 }; 31 35 }
+4
pkgs/development/ocaml-modules/cryptokit/default.nix
··· 39 39 meta = { 40 40 homepage = "http://pauillac.inria.fr/~xleroy/software.html"; 41 41 description = "A library of cryptographic primitives for OCaml"; 42 + platforms = ocaml.meta.platforms; 43 + maintainers = [ 44 + stdenv.lib.maintainers.z77z 45 + ]; 42 46 }; 43 47 }
+4
pkgs/development/ocaml-modules/lwt/default.nix
··· 21 21 homepage = http://ocsigen.org/lwt; 22 22 description = "Lightweight thread library for Objective Caml"; 23 23 license = "LGPL"; 24 + platforms = ocaml.meta.platforms; 25 + maintainers = [ 26 + stdenv.lib.maintainers.z77z 27 + ]; 24 28 }; 25 29 }
+4
pkgs/development/ocaml-modules/menhir/default.nix
··· 43 43 and Yann Régis-Gianas. 44 44 ''; 45 45 license = "QPL,LGPL+linking exceptions"; 46 + platforms = ocaml.meta.platforms; 47 + maintainers = [ 48 + stdenv.lib.maintainers.z77z 49 + ]; 46 50 }; 47 51 }
+4
pkgs/development/ocaml-modules/ounit/default.nix
··· 27 27 homepage = http://www.xs4all.nl/~mmzeeman/ocaml/; 28 28 description = "Unit test framework for OCaml"; 29 29 license = "MIT/X11"; 30 + platforms = ocaml.meta.platforms; 31 + maintainers = [ 32 + stdenv.lib.maintainers.z77z 33 + ]; 30 34 }; 31 35 }
+4
pkgs/development/ocaml-modules/pcre/default.nix
··· 22 22 homepage = "http://www.ocaml.info/home/ocaml_sources.html#pcre-ocaml"; 23 23 description = "An efficient C-library for pattern matching with Perl-style regular expressions in OCaml"; 24 24 license = "LGPL"; 25 + platforms = ocaml.meta.platforms; 26 + maintainers = [ 27 + stdenv.lib.maintainers.z77z 28 + ]; 25 29 }; 26 30 }
+4
pkgs/development/ocaml-modules/react/default.nix
··· 29 29 homepage = http://erratique.ch/software/react; 30 30 description = "Applicative events and signals for OCaml"; 31 31 license = "BSD"; 32 + platforms = ocaml.meta.platforms; 33 + maintainers = [ 34 + stdenv.lib.maintainers.z77z 35 + ]; 32 36 }; 33 37 }
+4
pkgs/development/ocaml-modules/ssl/default.nix
··· 23 23 homepage = http://savonet.rastageeks.org/; 24 24 description = "OCaml bindings for libssl "; 25 25 license = "LGPL+link exception"; 26 + platforms = ocaml.meta.platforms; 27 + maintainers = [ 28 + stdenv.lib.maintainers.z77z 29 + ]; 26 30 }; 27 31 }