ocaml-containers/src/core/dune
Simon Cruanes c1b13f1c7f
Some checks failed
format / format (push) Has been cancelled
Build and Test / build (push) Has been cancelled
feat: add CCAtomic.update_cas
2025-12-08 13:41:29 -05:00

12 lines
301 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 either containers.monomorphic containers.domain))
(ocamllex
(modules CCSexp_lex))