114.35+03
This commit is contained in:
parent
de434fb0f8
commit
8bdf299031
@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: ppx_let
|
||||||
|
parent: ../README.md
|
||||||
|
---
|
||||||
|
|
||||||
A ppx rewriter for monadic and applicative let bindings, match expressions, and
|
A ppx rewriter for monadic and applicative let bindings, match expressions, and
|
||||||
if expressions.
|
if expressions.
|
||||||
|
|
||||||
|
@ -9,9 +9,10 @@ build: [
|
|||||||
["jbuilder" "build" "--only-packages" "ppx_let" "--root" "." "-j" jobs "@install"]
|
["jbuilder" "build" "--only-packages" "ppx_let" "--root" "." "-j" jobs "@install"]
|
||||||
]
|
]
|
||||||
depends: [
|
depends: [
|
||||||
"jbuilder"
|
"jbuilder" {build}
|
||||||
"ppx_core"
|
"ppx_core"
|
||||||
"ppx_driver"
|
"ppx_driver"
|
||||||
|
"ocaml-migrate-parsetree"
|
||||||
]
|
]
|
||||||
available: [ ocaml-version >= "4.03.0" ]
|
available: [ ocaml-version >= "4.03.0" ]
|
||||||
descr: "
|
descr: "
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
(executables
|
(executables
|
||||||
((names (test))
|
((names (test))
|
||||||
(preprocess (pps (ppx_let)))))
|
(preprocess (pps (ppx_let ppx_driver.runner)))))
|
||||||
|
|
||||||
|
|
||||||
(jbuild_version jane_street)
|
(jbuild_version jane_street)
|
||||||
|
Loading…
Reference in New Issue
Block a user