2021-01-11 14:14:57 +01:00
|
|
|
{lib, buildOcamlJane,
|
2016-09-14 00:53:23 +02:00
|
|
|
ppx_core, ppx_driver}:
|
|
|
|
|
2019-08-13 23:52:01 +02:00
|
|
|
buildOcamlJane {
|
2016-09-14 00:53:23 +02:00
|
|
|
name = "ppx_let";
|
|
|
|
hash = "0whnfq4rgkq4apfqnvc100wlk25pmqdyvy6s21dsn3fcm9hff467";
|
|
|
|
propagatedBuildInputs = [ ppx_core ppx_driver ];
|
|
|
|
|
2021-01-11 08:54:33 +01:00
|
|
|
meta = with lib; {
|
2016-09-14 00:53:23 +02:00
|
|
|
description = "A ppx rewriter for monadic and applicative let bindings and match statements";
|
|
|
|
maintainers = [ maintainers.maurer ];
|
|
|
|
license = licenses.asl20;
|
|
|
|
};
|
|
|
|
}
|