|
|
@ -33,12 +33,25 @@
|
|
|
|
ppx_sexp_conv ppx_sexp_value)
|
|
|
|
ppx_sexp_conv ppx_sexp_value)
|
|
|
|
(preprocess no_preprocessing))
|
|
|
|
(preprocess no_preprocessing))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(subdir
|
|
|
|
|
|
|
|
src/llair
|
|
|
|
|
|
|
|
(library
|
|
|
|
|
|
|
|
(name llair)
|
|
|
|
|
|
|
|
(public_name sledge.llair)
|
|
|
|
|
|
|
|
(wrapped false)
|
|
|
|
|
|
|
|
(libraries nonstdlib)
|
|
|
|
|
|
|
|
(flags
|
|
|
|
|
|
|
|
(:standard -open NS))
|
|
|
|
|
|
|
|
(preprocess
|
|
|
|
|
|
|
|
(pps ppx_sledge ppx_trace))
|
|
|
|
|
|
|
|
(inline_tests)))
|
|
|
|
|
|
|
|
|
|
|
|
(subdir
|
|
|
|
(subdir
|
|
|
|
src
|
|
|
|
src
|
|
|
|
(library
|
|
|
|
(library
|
|
|
|
(name sledge)
|
|
|
|
(name sledge)
|
|
|
|
(public_name sledge)
|
|
|
|
(public_name sledge)
|
|
|
|
(libraries nonstdlib)
|
|
|
|
(libraries nonstdlib llair)
|
|
|
|
(flags
|
|
|
|
(flags
|
|
|
|
(:standard -open NS))
|
|
|
|
(:standard -open NS))
|
|
|
|
(preprocess
|
|
|
|
(preprocess
|
|
|
|