mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-09 20:55:31 -05:00
12 lines
341 B
Text
12 lines
341 B
Text
|
|
(library
|
|
((name containers_sexp)
|
|
(public_name containers.sexp)
|
|
(wrapped false)
|
|
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -color always))
|
|
(ocamlopt_flags (:standard -O3 -color always
|
|
-unbox-closures -unbox-closures-factor 20))
|
|
(libraries (bytes result))
|
|
))
|
|
|
|
(ocamllex (CCSexp_lex))
|