mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-24 02:16:41 -05:00
15 lines
493 B
Text
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})))
|
|
|