ocamlPackages.pgocaml_ppx: init at 4.0

This commit is contained in:
Vincent Laporte 2020-02-19 17:22:51 +01:00 committed by Vincent Laporte
parent a760b217c8
commit 4f7484f038
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{ buildDunePackage, pgocaml, ppx_tools, ppx_tools_versioned, rresult }:
buildDunePackage {
pname = "pgocaml_ppx";
inherit (pgocaml) src version meta;
propagatedBuildInputs = [ pgocaml ppx_tools ppx_tools_versioned rresult ];
}

View File

@ -623,6 +623,8 @@ let
pgocaml = callPackage ../development/ocaml-modules/pgocaml {};
pgocaml_ppx = callPackage ../development/ocaml-modules/pgocaml/ppx.nix {};
ocaml-sat-solvers = callPackage ../development/ocaml-modules/ocaml-sat-solvers { };
ocamlscript = callPackage ../development/tools/ocaml/ocamlscript { };