mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -05:00
21 lines
528 B
Common Lisp
21 lines
528 B
Common Lisp
; vim:ft=lisp:
|
|
|
|
(jbuild_version 1)
|
|
|
|
; main binary
|
|
(library
|
|
((name sidekick_smtlib)
|
|
(public_name sidekick.smtlib)
|
|
(libraries (containers zarith sidekick.smt sidekick.util
|
|
sidekick.smt.th_bool sidekick.backend))
|
|
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8
|
|
-safe-string -color always -open Sidekick_util))
|
|
(ocamlopt_flags (:standard -O3 -color always -bin-annot
|
|
-unbox-closures -unbox-closures-factor 20))
|
|
))
|
|
|
|
(menhir
|
|
((modules (Parser))))
|
|
|
|
(ocamllex
|
|
(Lexer))
|