aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/janestreet/ppx-core.nix
blob: c5789ee9cfb4b66995b466173524f78f13265c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{stdenv, buildOcamlJane, ppx_tools}:

buildOcamlJane {
  name = "ppx_core";
  hash = "0df7vyai488lfkyh8szw2hvn22jsyrkfvq1b91j1s0g0y27nnfax";
  propagatedBuildInputs =
    [ ppx_tools ];

  meta = with stdenv.lib; {
    description = "PPX standard library";
    maintainers = [ maintainers.maurer ];
    license = licenses.asl20;
  };
}