mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-28 04:14:50 -05:00
16 lines
536 B
Text
16 lines
536 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
|
|
zarith)
|
|
(flags :standard -w -32 -open Sidekick_util))
|
|
|
|
(rule
|
|
(targets proof_ser.ml)
|
|
(deps proof_ser.bare)
|
|
(mode promote) ; not required in releases
|
|
(action (run bare-codegen --standalone %{deps} -o %{targets})))
|
|
|