sidekick/src/base/dune
2021-10-12 22:13:28 -04:00

15 lines
493 B
Text

(library
(name sidekick_base)
(public_name sidekick-base)
(synopsis "Base term definitions for the standalone SMT solver and library")
(libraries containers sidekick.core sidekick.util sidekick.lit
sidekick.arith-lra sidekick.th-bool-static sidekick.th-data
sidekick.zarith
bare_encoding zarith)
(flags :standard -w -32 -open Sidekick_util))
(rule
(targets proof_ser.ml)
(deps proof_ser.bare)
(action (run bare-codegen %{deps} -o %{targets})))