summary refs log blame commit diff
path: root/pkgs/development/ocaml-modules/janestreet/ppx-here.nix
blob: 3aa157a68c5b1b4091ce96f68080a66835f3bb4b (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                
                                                                                                     



                                         
{stdenv, buildOcamlJane,
 ppx_core, ppx_driver}:

buildOcamlJane rec {
  name = "ppx_here";
  hash = "1mzdgn8k171zkwmbizf1a48l525ny0w3363c7gknpnifcinxniiw";
  propagatedBuildInputs = [ ppx_core ppx_driver ];

  meta = with stdenv.lib; {
    description = "A ppx rewriter that defines an extension node whose value is its source position";
    maintainers = [ maintainers.maurer ];
    license = licenses.asl20;
  };
}