ocaml-containers/src/core/dune
2022-02-21 22:03:26 -05:00

12 lines
396 B
Text

(library
(name containers)
(public_name containers)
(wrapped false)
(modules_without_implementation CCShims_syntax)
(preprocess (action (run %{project_root}/src/core/cpp/cpp.exe %{input-file})))
(flags :standard -warn-error -a+8 -w -32-70 -safe-string
-strict-sequence -nolabels -open CCMonomorphic)
(libraries seq either containers.monomorphic))
(ocamllex (modules CCSexp_lex))