mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05:00
10 lines
324 B
Text
10 lines
324 B
Text
|
|
(library
|
|
(name sidekick_sat)
|
|
(public_name sidekick.sat)
|
|
(libraries iter sidekick.util)
|
|
(synopsis "Pure OCaml SAT solver implementation for sidekick")
|
|
(flags :standard -warn-error -a+8 -open Sidekick_util)
|
|
(ocamlopt_flags :standard -O3 -bin-annot
|
|
-unbox-closures -unbox-closures-factor 20)
|
|
)
|