mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-12 05:58:46 -05:00
- a `Sidekick_util.Profile` module, deps-free - an optional sidekick.tef library that needs unix+mtime
19 lines
507 B
Text
19 lines
507 B
Text
; main binary
|
|
|
|
(executable
|
|
(name main)
|
|
(public_name sidekick)
|
|
(package sidekick-bin)
|
|
(libraries containers iter result msat sidekick.core sidekick-arith.base-term
|
|
sidekick.msat-solver sidekick-bin.smtlib sidekick.tef)
|
|
(flags :standard -safe-string -color always -open Sidekick_util))
|
|
|
|
(rule
|
|
(targets sidekick_version.ml)
|
|
(deps (universe))
|
|
(mode promote)
|
|
(action
|
|
(with-stdout-to %{targets}
|
|
(echo "let version = {git|%{version:sidekick}|git}"))))
|
|
|
|
(ocamllex (modules Dimacs_lexer))
|