mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
chore: fix opam file
This commit is contained in:
parent
b577389acf
commit
89c9e00500
2 changed files with 0 additions and 3 deletions
|
|
@ -56,8 +56,6 @@
|
||||||
(< "0.4")))
|
(< "0.4")))
|
||||||
(sidekick
|
(sidekick
|
||||||
(= :version))
|
(= :version))
|
||||||
(sidekick-base
|
|
||||||
(= :version))
|
|
||||||
(qcheck
|
(qcheck
|
||||||
(and
|
(and
|
||||||
:with-test
|
:with-test
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ depends: [
|
||||||
"zarith"
|
"zarith"
|
||||||
"smtlib-utils" {>= "0.1" & < "0.4"}
|
"smtlib-utils" {>= "0.1" & < "0.4"}
|
||||||
"sidekick" {= version}
|
"sidekick" {= version}
|
||||||
"sidekick-base" {= version}
|
|
||||||
"qcheck" {with-test & >= "0.16"}
|
"qcheck" {with-test & >= "0.16"}
|
||||||
"mdx" {with-test}
|
"mdx" {with-test}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue