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 (library (
((name ppx_let) (name ppx_let)
(public_name ppx_let) (public_name ppx_let)
(kind ppx_rewriter) (kind ppx_rewriter)
(flags (:standard -safe-string)) (flags (:standard -safe-string))
(libraries (ppx_core ppx_driver)) (libraries (ppx_core ppx_driver))
(preprocess no_preprocessing))) (preprocess no_preprocessing)))
(jbuild_version 1) (jbuild_version 1)

View File

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