Commit 849e9aa2 authored by Niols's avatar Niols Committed by Vincent Laporte
Browse files

ocamlPackages.ppx_deriving_qcheck: init at 0.20

parent 89325a10
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
{ buildDunePackage, qcheck-core
, qcheck, ppxlib, ppx_deriving }:

buildDunePackage {
  pname = "ppx_deriving_qcheck";

  inherit (qcheck-core) version src patches;

  duneVersion = "3";

  propagatedBuildInputs = [
    qcheck
    ppxlib
    ppx_deriving
  ];

  meta = qcheck-core.meta // {
    description = "PPX Deriver for QCheck";
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -1356,6 +1356,8 @@ let

    ppx_deriving_protobuf = callPackage ../development/ocaml-modules/ppx_deriving_protobuf {};

    ppx_deriving_qcheck = callPackage ../development/ocaml-modules/qcheck/ppx_deriving_qcheck.nix {};

    ppx_deriving_rpc = callPackage ../development/ocaml-modules/ppx_deriving_rpc { };

    ppx_deriving_yaml = callPackage ../development/ocaml-modules/ppx_deriving_yaml {};