2016-09-13 17:35:10 -07:00
|
|
|
{stdenv, buildOcamlJane, type_conv}:
|
|
|
|
|
2019-08-13 14:52:01 -07:00
|
|
|
buildOcamlJane {
|
2016-09-13 17:35:10 -07:00
|
|
|
name = "variantslib";
|
|
|
|
version = "113.33.03";
|
|
|
|
|
|
|
|
minimumSupportedOcamlVersion = "4.00";
|
|
|
|
|
|
|
|
hash = "1hv0f75msrryxsl6wfnbmhc0n8kf7qxs5f82ry3b8ldb44s3wigp";
|
|
|
|
|
|
|
|
propagatedBuildInputs = [ type_conv ];
|
|
|
|
|
|
|
|
meta = with stdenv.lib; {
|
2020-03-31 18:11:51 -07:00
|
|
|
homepage = "https://github.com/janestreet/variantslib";
|
2016-09-13 17:35:10 -07:00
|
|
|
description = "OCaml variants as first class values";
|
|
|
|
license = licenses.asl20;
|
|
|
|
maintainers = [ maintainers.maurer maintainers.ericbmerritt ];
|
|
|
|
};
|
|
|
|
}
|