ocaml-typerep: 112.24.00 -> 112.24.00/113.33.03

Split typerep into ppx supporting (modern) and p4 supporting (legacy)
This commit is contained in:
Matthew Maurer
2016-09-14 02:35:13 -04:00
parent 794b4fbfb9
commit d97392c39a
4 changed files with 27 additions and 5 deletions
@@ -0,0 +1,20 @@
{stdenv, buildOcamlJane, type_conv}:
buildOcamlJane rec {
name = "typerep";
version = "113.33.03";
minimumSupportedOcamlVersion = "4.00";
hash = "1ss34nq20vfgx8hwi5sswpmn3my9lvrpdy5dkng746xchwi33ar7";
propagatedBuildInputs = [ type_conv ];
meta = with stdenv.lib; {
homepage = https://github.com/janestreet/typerep;
description = "Runtime types for OCaml (beta version)";
license = licenses.asl20;
maintainers = [ maintainers.maurer maintainers.ericbmerritt ];
};
}