fix ci for doc gen

This commit is contained in:
Simon Cruanes 2021-06-10 13:07:55 -04:00
parent 12ba49ae5f
commit 8a4747d5d1
3 changed files with 3 additions and 0 deletions

View file

@ -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"

View file

@ -21,6 +21,7 @@ depends: [
"menhir"
"mtime"
"ocaml" { >= "4.04" }
"odoc" {with-doc}
]
tags: [ "sat" "smt" ]
homepage: "https://github.com/c-cube/sidekick"

View file

@ -17,6 +17,7 @@ depends: [
"msat" { >= "0.9" < "0.10" }
"ocaml" { >= "4.04" }
"alcotest" {with-test}
"odoc" {with-doc}
]
depopts: [
"mtime" # for profiling stuff