2021-01-11 05:14:57 -08:00
|
|
|
{lib, buildOcamlJane,
|
2016-10-11 04:22:41 -07:00
|
|
|
ppx_core, ppx_tools, ppx_type_conv, sexplib, variantslib}:
|
2016-09-13 16:07:19 -07:00
|
|
|
|
2019-08-13 14:52:01 -07:00
|
|
|
buildOcamlJane {
|
2016-09-13 16:07:19 -07:00
|
|
|
name = "ppx_variants_conv";
|
|
|
|
hash = "0kgal8b9yh7wrd75hllb9fyl6zbksfnr9k7pykpzdm3js98dirhn";
|
2016-10-11 04:22:41 -07:00
|
|
|
propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv sexplib variantslib ];
|
2016-09-13 16:07:19 -07:00
|
|
|
|
2021-01-10 23:54:33 -08:00
|
|
|
meta = with lib; {
|
2016-09-13 19:25:04 -07:00
|
|
|
description = "Generation of accessor and iteration functions for ocaml variant types";
|
2016-09-13 16:07:19 -07:00
|
|
|
maintainers = [ maintainers.maurer ];
|
|
|
|
license = licenses.asl20;
|
|
|
|
};
|
|
|
|
}
|