2021-01-11 13:14:57 +00:00
|
|
|
{lib, buildOcamlJane,
|
2016-11-04 11:24:57 +00:00
|
|
|
ppx_core, ppx_tools, ppx_type_conv, sexplib}:
|
2016-09-13 23:37:24 +01:00
|
|
|
|
2019-08-13 22:52:01 +01:00
|
|
|
buildOcamlJane {
|
2016-09-13 23:37:24 +01:00
|
|
|
name = "ppx_sexp_conv";
|
|
|
|
hash = "1kgbmlc11w5jhbhmy5n0f734l44zwyry48342dm5qydi9sfzcgq2";
|
2016-11-04 11:24:57 +00:00
|
|
|
propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv sexplib];
|
2016-09-13 23:37:24 +01:00
|
|
|
|
2021-01-11 07:54:33 +00:00
|
|
|
meta = with lib; {
|
2016-09-14 16:50:42 +01:00
|
|
|
description = "PPX syntax extension that generates code for converting OCaml types to and from s-expressions, as defined in the sexplib library";
|
2016-09-13 23:37:24 +01:00
|
|
|
maintainers = [ maintainers.maurer ];
|
|
|
|
license = licenses.asl20;
|
|
|
|
};
|
|
|
|
}
|