add odoc as a doc dep

This commit is contained in:
Simon Cruanes 2022-03-18 12:12:51 -04:00
parent d261347987
commit 47e1939b8f
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
4 changed files with 6 additions and 0 deletions

View file

@ -16,6 +16,7 @@
(ocaml (>= "4.08"))
(dune (>= "2.3"))
ptime
(odoc :with-doc)
(ocaml-protoc (>= 2.1)))
(tags
(instrumentation tracing opentelemetry datadog jaeger)))
@ -27,6 +28,7 @@
(ocaml (>= "4.08"))
(dune (>= "2.3"))
(opentelemetry (= :version))
(odoc :with-doc)
lwt)
(tags
(instrumentation tracing opentelemetry datadog lwt)))
@ -38,5 +40,6 @@
(dune (>= "2.3"))
(opentelemetry (= :version))
(ocaml-protoc (>= 2.1))
(odoc :with-doc)
ocurl)
(synopsis "Collector client for opentelemetry, using http + ocurl"))

View file

@ -12,6 +12,7 @@ depends: [
"dune" {>= "2.3"}
"opentelemetry" {= version}
"ocaml-protoc" {>= "2.1"}
"odoc" {with-doc}
"ocurl"
]
build: [

View file

@ -12,6 +12,7 @@ depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.3"}
"opentelemetry" {= version}
"odoc" {with-doc}
"lwt"
]
build: [

View file

@ -12,6 +12,7 @@ depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.3"}
"ptime"
"odoc" {with-doc}
"ocaml-protoc" {>= "2.1"}
]
build: [