v0.10.116.15+15
This commit is contained in:
parent
ef3064c489
commit
a4d4fb22ef
11
src/jbuild
11
src/jbuild
@ -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)
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user