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