mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -05:00
14 lines
396 B
Text
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))
|