mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
fix ci for doc gen
This commit is contained in:
parent
12ba49ae5f
commit
8a4747d5d1
3 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ depends: [
|
|||
"zarith" { >= "1.8" } # constraint for infix ops
|
||||
"alcotest" {with-test}
|
||||
"qcheck" {with-test & >= "0.16" }
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
tags: [ "sat" "smt" ]
|
||||
homepage: "https://github.com/c-cube/sidekick"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ depends: [
|
|||
"menhir"
|
||||
"mtime"
|
||||
"ocaml" { >= "4.04" }
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
tags: [ "sat" "smt" ]
|
||||
homepage: "https://github.com/c-cube/sidekick"
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ depends: [
|
|||
"msat" { >= "0.9" < "0.10" }
|
||||
"ocaml" { >= "4.04" }
|
||||
"alcotest" {with-test}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
depopts: [
|
||||
"mtime" # for profiling stuff
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue