v0.10.116.15+15

This commit is contained in:
Thomas Refis 2018-02-27 18:08:50 +00:00
parent ef3064c489
commit a4d4fb22ef
2 changed files with 9 additions and 7 deletions

View File

@ -1,9 +1,10 @@
(library
((name ppx_let)
(library (
(name ppx_let)
(public_name ppx_let)
(kind ppx_rewriter)
(flags (:standard -safe-string))
(libraries (ppx_core ppx_driver))
(preprocess no_preprocessing)))
(jbuild_version 1)

View File

@ -1,7 +1,8 @@
(executables
((names (test))
(executables (
(names (test))
(flags (:standard -safe-string))
(preprocess (pps (ppx_let ppx_driver.runner)))))
(jbuild_version 1)