114.35+03

This commit is contained in:
Jeremie Dimino 2017-03-06 17:40:22 +00:00
parent de434fb0f8
commit 8bdf299031
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
---
title: ppx_let
parent: ../README.md
---
A ppx rewriter for monadic and applicative let bindings, match expressions, and
if expressions.

2
jbuild Normal file
View File

@ -0,0 +1,2 @@
(jbuild_version jane_street)

View File

@ -9,9 +9,10 @@ build: [
["jbuilder" "build" "--only-packages" "ppx_let" "--root" "." "-j" jobs "@install"]
]
depends: [
"jbuilder"
"jbuilder" {build}
"ppx_core"
"ppx_driver"
"ocaml-migrate-parsetree"
]
available: [ ocaml-version >= "4.03.0" ]
descr: "

View File

@ -1,6 +1,6 @@
(executables
((names (test))
(preprocess (pps (ppx_let)))))
(preprocess (pps (ppx_let ppx_driver.runner)))))
(jbuild_version jane_street)