mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
fix(base-term): no dep on zarith necessary for now
This commit is contained in:
parent
70e4c655a2
commit
b86a6432eb
1 changed files with 5 additions and 6 deletions
|
|
@ -1,7 +1,6 @@
|
|||
(library
|
||||
(name sidekick_base_term)
|
||||
(public_name sidekick.base-term)
|
||||
(synopsis "Basic term definitions for the standalone SMT solver")
|
||||
(libraries containers containers.data
|
||||
sidekick.core sidekick.util zarith)
|
||||
(flags :standard -w -32 -open Sidekick_util))
|
||||
(name sidekick_base_term)
|
||||
(public_name sidekick.base-term)
|
||||
(synopsis "Basic term definitions for the standalone SMT solver")
|
||||
(libraries containers containers.data sidekick.core sidekick.util)
|
||||
(flags :standard -w -32 -open Sidekick_util))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue