mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
fix(build): make menhir+zarith mandatory deps
This commit is contained in:
parent
eec7fdca2b
commit
83edbe7b48
2 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,8 @@ depends: [
|
|||
"jbuilder" {build}
|
||||
"containers"
|
||||
"sequence"
|
||||
"zarith"
|
||||
"menhir"
|
||||
]
|
||||
depopts: [
|
||||
"dolmen"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
(library
|
||||
((name sidekick_smtlib)
|
||||
(public_name sidekick.smtlib)
|
||||
(optional) ; only if deps present
|
||||
(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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue