ocaml-containers/src/threads/dune
2023-06-28 11:47:02 -04:00

12 lines
319 B
Text

(library
(name containers_thread)
(public_name containers-thread)
(synopsis "DEPRECATED library for threading")
(wrapped false)
(optional)
(flags :standard -warn-error -a+8 -w -32 -safe-string)
(preprocess
(action
(run %{project_root}/src/core/cpp/cpp.exe %{input-file})))
(libraries containers threads))