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