2021-01-11 14:14:57 +01:00
|
|
|
{lib, buildOcamlJane,
|
2016-09-14 00:21:59 +02:00
|
|
|
ppx_core, ppx_driver, ppx_tools, ppx_type_conv}:
|
|
|
|
|
2019-08-13 23:52:01 +02:00
|
|
|
buildOcamlJane {
|
2021-11-16 00:43:14 +01:00
|
|
|
pname = "ppx_compare";
|
2016-09-14 00:21:59 +02:00
|
|
|
hash = "05cnwxfxm8201lpfmcqkcqfy6plh5c2151jbj4qsnxhlvvjli459";
|
|
|
|
propagatedBuildInputs =
|
|
|
|
[ppx_core ppx_driver ppx_tools ppx_type_conv ];
|
|
|
|
|
2021-01-11 08:54:33 +01:00
|
|
|
meta = with lib; {
|
2016-09-14 04:25:04 +02:00
|
|
|
description = "Generation of fast comparison functions from type expressions and definitions";
|
2016-09-14 00:21:59 +02:00
|
|
|
maintainers = [ maintainers.maurer ];
|
|
|
|
license = licenses.asl20;
|
|
|
|
};
|
|
|
|
}
|