ocaml-containers/src/core/dune
Simon Cruanes 10865eaced reformat
2022-07-04 13:36:06 -04:00

14 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))