2021-01-15 22:18:51 +00:00
|
|
|
{lib, buildOcamlJane,
|
2020-04-24 23:36:52 +00:00
|
|
|
ppx_core, ppx_driver}:
|
|
|
|
|
|
|
|
buildOcamlJane {
|
|
|
|
name = "ppx_here";
|
|
|
|
hash = "1mzdgn8k171zkwmbizf1a48l525ny0w3363c7gknpnifcinxniiw";
|
|
|
|
propagatedBuildInputs = [ ppx_core ppx_driver ];
|
|
|
|
|
2021-01-15 22:18:51 +00:00
|
|
|
meta = with lib; {
|
2020-04-24 23:36:52 +00:00
|
|
|
description = "A ppx rewriter that defines an extension node whose value is its source position";
|
|
|
|
maintainers = [ maintainers.maurer ];
|
|
|
|
license = licenses.asl20;
|
|
|
|
};
|
|
|
|
}
|