mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -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
|
"zarith" { >= "1.8" } # constraint for infix ops
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
"qcheck" {with-test & >= "0.16" }
|
"qcheck" {with-test & >= "0.16" }
|
||||||
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
tags: [ "sat" "smt" ]
|
tags: [ "sat" "smt" ]
|
||||||
homepage: "https://github.com/c-cube/sidekick"
|
homepage: "https://github.com/c-cube/sidekick"
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ depends: [
|
||||||
"menhir"
|
"menhir"
|
||||||
"mtime"
|
"mtime"
|
||||||
"ocaml" { >= "4.04" }
|
"ocaml" { >= "4.04" }
|
||||||
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
tags: [ "sat" "smt" ]
|
tags: [ "sat" "smt" ]
|
||||||
homepage: "https://github.com/c-cube/sidekick"
|
homepage: "https://github.com/c-cube/sidekick"
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ depends: [
|
||||||
"msat" { >= "0.9" < "0.10" }
|
"msat" { >= "0.9" < "0.10" }
|
||||||
"ocaml" { >= "4.04" }
|
"ocaml" { >= "4.04" }
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
depopts: [
|
depopts: [
|
||||||
"mtime" # for profiling stuff
|
"mtime" # for profiling stuff
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue