about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/pgocaml/ppx.nix
blob: dce2e2b0c99dfd6e8ce9b106c9c6a80724ca68e5 (plain) (blame)
1
2
3
4
5
6
7
8
{ buildDunePackage, pgocaml, ppx_optcomp }:

buildDunePackage {
  pname = "pgocaml_ppx";
  inherit (pgocaml) src version useDune2 meta;

  propagatedBuildInputs = [ pgocaml ppx_optcomp ];
}