mirror of
https://codeberg.org/ProgramSnail/pass_strategy_synthesis.git
synced 2025-12-06 03:58:42 +00:00
20 lines
321 B
Text
20 lines
321 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)))
|