ppx_let: init at 113.33.03
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
{stdenv, buildOcamlJane,
|
||||||
|
ppx_core, ppx_driver}:
|
||||||
|
|
||||||
|
buildOcamlJane rec {
|
||||||
|
name = "ppx_let";
|
||||||
|
hash = "0whnfq4rgkq4apfqnvc100wlk25pmqdyvy6s21dsn3fcm9hff467";
|
||||||
|
propagatedBuildInputs = [ ppx_core ppx_driver ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "A ppx rewriter for monadic and applicative let bindings and match statements";
|
||||||
|
maintainers = [ maintainers.maurer ];
|
||||||
|
license = licenses.asl20;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -5541,6 +5541,8 @@ in
|
|||||||
ppx_fail = callPackage ../development/ocaml-modules/janestreet/ppx-fail.nix {};
|
ppx_fail = callPackage ../development/ocaml-modules/janestreet/ppx-fail.nix {};
|
||||||
|
|
||||||
ppx_fields_conv = callPackage ../development/ocaml-modules/janestreet/ppx-fields-conv.nix {};
|
ppx_fields_conv = callPackage ../development/ocaml-modules/janestreet/ppx-fields-conv.nix {};
|
||||||
|
|
||||||
|
ppx_let = callPackage ../development/ocaml-modules/janestreet/ppx-let.nix {};
|
||||||
};
|
};
|
||||||
|
|
||||||
ocamlPackages = recurseIntoAttrs ocamlPackages_4_01_0;
|
ocamlPackages = recurseIntoAttrs ocamlPackages_4_01_0;
|
||||||
|
|||||||
Reference in New Issue
Block a user