opam file: depend on odoc for doc production

This commit is contained in:
Simon Cruanes 2018-01-21 14:20:13 -06:00
parent 3479255f6f
commit cec1a492e2

View file

@ -24,6 +24,7 @@ depends: [
"jbuilder" {build} "jbuilder" {build}
"qcheck" {test} "qcheck" {test}
"qtest" {test} "qtest" {test}
"odoc" {doc}
"ocaml-version" { >= "4.02" } "ocaml-version" { >= "4.02" }
] ]
tags: [ "sequence" "iterator" "iter" "fold" ] tags: [ "sequence" "iterator" "iter" "fold" ]