(library
 (name containers)
 (public_name containers)
 (wrapped false)
 (preprocess
  (action
   (run %{project_root}/src/core/cpp/cpp.exe %{input-file})))
 (flags :standard -nolabels -open CCMonomorphic)
 (libraries either containers.monomorphic))

(ocamllex
 (modules CCSexp_lex))
