variantslib: 109.15.03 -> 109.15.03/113.33.03
PPX/P4 split
This commit is contained in:
19
pkgs/development/ocaml-modules/janestreet/variantslib.nix
Normal file
19
pkgs/development/ocaml-modules/janestreet/variantslib.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{stdenv, buildOcamlJane, type_conv}:
|
||||
|
||||
buildOcamlJane rec {
|
||||
name = "variantslib";
|
||||
version = "113.33.03";
|
||||
|
||||
minimumSupportedOcamlVersion = "4.00";
|
||||
|
||||
hash = "1hv0f75msrryxsl6wfnbmhc0n8kf7qxs5f82ry3b8ldb44s3wigp";
|
||||
|
||||
propagatedBuildInputs = [ type_conv ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/janestreet/variantslib;
|
||||
description = "OCaml variants as first class values";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.maurer maintainers.ericbmerritt ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user