My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/ocaml-modules/janestreet/ppx-here.nix

14 lines
404 B

{lib, buildOcamlJane,
ppx_core, ppx_driver}:
buildOcamlJane {
name = "ppx_here";
hash = "1mzdgn8k171zkwmbizf1a48l525ny0w3363c7gknpnifcinxniiw";
propagatedBuildInputs = [ ppx_core ppx_driver ];
meta = with lib; {
description = "A ppx rewriter that defines an extension node whose value is its source position";
maintainers = [ maintainers.maurer ];
license = licenses.asl20;
};
}