mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 19:25:28 -05:00
10 lines
266 B
Text
10 lines
266 B
Text
|
|
(library
|
|
(name containers_thread)
|
|
(public_name containers-thread)
|
|
(wrapped false)
|
|
(optional)
|
|
(flags :standard -warn-error -a+8 -w -32 -safe-string -open CCShims_)
|
|
(ocamlopt_flags :standard (:include ../flambda.flags))
|
|
(libraries containers threads))
|
|
|