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