mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
12 lines
287 B
Text
12 lines
287 B
Text
(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 seq either containers.monomorphic))
|
|
|
|
(ocamllex
|
|
(modules CCSexp_lex))
|