mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-15 23:36:11 -05:00
10 lines
329 B
Text
10 lines
329 B
Text
|
|
(library
|
|
(name msat)
|
|
(public_name msat)
|
|
(libraries sequence)
|
|
(synopsis "core data structures and algorithms for msat")
|
|
(flags :standard -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -color always -safe-string)
|
|
(ocamlopt_flags :standard -O3 -bin-annot
|
|
-unbox-closures -unbox-closures-factor 20)
|
|
)
|