Minor modifications of some ocaml packages:

adds myself as a maintainer
adds assertions to have evaluation errors rather than build errors
moves opam out of ocamlPackages, as it does not provide a library
This commit is contained in:
Vincent Laporte
2014-09-21 11:02:55 +01:00
parent d5f938d800
commit 857c13e1af
21 changed files with 87 additions and 43 deletions
@@ -17,11 +17,10 @@ stdenv.mkDerivation rec {
createFindlibDestdir = true;
meta = {
meta = with stdenv.lib; {
description = "A high-level and functional interface to the Format module of the OCaml standard library";
homepage = "${webpage}";
license = "bsd";
license = licenses.bsd3;
maintainers = [ maintainers.vbgl ];
};
}