mirror of
https://github.com/ProgramSnail/pass_strategy_synthesis.git
synced 2025-12-24 17:58:44 +00:00
53 lines
943 B
Text
53 lines
943 B
Text
(env
|
|
(_
|
|
(flags
|
|
(:standard -warn-error +5))))
|
|
|
|
(library
|
|
(name lib1)
|
|
(modules lib)
|
|
(flags (-rectypes))
|
|
(libraries OCanren OCanren.tester)
|
|
(inline_tests)
|
|
(wrapped false)
|
|
(preprocess
|
|
(pps
|
|
OCanren-ppx.ppx_repr
|
|
OCanren-ppx.ppx_fresh
|
|
OCanren-ppx.ppx_distrib
|
|
GT.ppx
|
|
GT.ppx_all
|
|
ppx_inline_test)))
|
|
|
|
; (library
|
|
; (name lib2)
|
|
; (modules lib_next)
|
|
; (flags (-rectypes))
|
|
; (libraries OCanren OCanren.tester)
|
|
; (inline_tests)
|
|
; (wrapped false)
|
|
; (preprocess
|
|
; (pps
|
|
; OCanren-ppx.ppx_repr
|
|
; OCanren-ppx.ppx_fresh
|
|
; OCanren-ppx.ppx_distrib
|
|
; GT.ppx
|
|
; GT.ppx_all
|
|
; ppx_inline_test)))
|
|
|
|
(library
|
|
(name semantic_interpreter)
|
|
(modules semantic_interpreter)
|
|
(flags (-rectypes))
|
|
(libraries OCanren OCanren.tester)
|
|
(inline_tests)
|
|
(wrapped false)
|
|
(preprocess
|
|
(pps
|
|
OCanren-ppx.ppx_repr
|
|
OCanren-ppx.ppx_fresh
|
|
OCanren-ppx.ppx_distrib
|
|
GT.ppx
|
|
GT.ppx_all
|
|
ppx_expect
|
|
ppx_inline_test)))
|