mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-08 04:05:30 -05:00
11 lines
347 B
Text
11 lines
347 B
Text
|
|
|
|
(library
|
|
((name containers_top)
|
|
(public_name containers.top)
|
|
(wrapped false)
|
|
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string))
|
|
(ocamlopt_flags (:standard (:include ../flambda.flags)))
|
|
(libraries (compiler-libs.common containers containers.data
|
|
containers.unix containers.sexp containers.iter))
|
|
))
|