ocaml-typerep: add initial version (112.24.00) to the system
This commit is contained in:
parent
48c98e12d2
commit
e617429759
23
pkgs/development/ocaml-modules/typerep/default.nix
Normal file
23
pkgs/development/ocaml-modules/typerep/default.nix
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{stdenv, buildOcaml, fetchurl, type_conv}:
|
||||||
|
|
||||||
|
buildOcaml rec {
|
||||||
|
name = "typerep";
|
||||||
|
version = "112.24.00";
|
||||||
|
|
||||||
|
minimumSupportedOcamlVersion = "4.00";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "https://github.com/janestreet/typerep/archive/${version}.tar.gz";
|
||||||
|
sha256 = "4f1ab611a00aaf774e9774b26b687233e0c70d91f684415a876f094a9969eada";
|
||||||
|
};
|
||||||
|
|
||||||
|
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.ericbmerritt ];
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
@ -4355,6 +4355,8 @@ let
|
|||||||
|
|
||||||
twt = callPackage ../development/ocaml-modules/twt { };
|
twt = callPackage ../development/ocaml-modules/twt { };
|
||||||
|
|
||||||
|
typerep = callPackage ../development/ocaml-modules/typerep { };
|
||||||
|
|
||||||
utop = callPackage ../development/tools/ocaml/utop { };
|
utop = callPackage ../development/tools/ocaml/utop { };
|
||||||
|
|
||||||
sawja = callPackage ../development/ocaml-modules/sawja { };
|
sawja = callPackage ../development/ocaml-modules/sawja { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user