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
|
||||
((name ppx_let)
|
||||
(library (
|
||||
(name ppx_let)
|
||||
(public_name ppx_let)
|
||||
(kind ppx_rewriter)
|
||||
(flags (:standard -safe-string))
|
||||
(libraries (ppx_core ppx_driver))
|
||||
(kind ppx_rewriter)
|
||||
(flags (:standard -safe-string))
|
||||
(libraries (ppx_core ppx_driver))
|
||||
(preprocess no_preprocessing)))
|
||||
|
||||
|
||||
(jbuild_version 1)
|
||||
|
@ -1,7 +1,8 @@
|
||||
(executables
|
||||
((names (test))
|
||||
(executables (
|
||||
(names (test))
|
||||
(flags (:standard -safe-string))
|
||||
(preprocess (pps (ppx_let ppx_driver.runner)))))
|
||||
|
||||
|
||||
|
||||
(jbuild_version 1)
|
||||
|
Loading…
Reference in New Issue
Block a user