mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
add odoc as a doc dep
This commit is contained in:
parent
d261347987
commit
47e1939b8f
4 changed files with 6 additions and 0 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ depends: [
|
|||
"dune" {>= "2.3"}
|
||||
"opentelemetry" {= version}
|
||||
"ocaml-protoc" {>= "2.1"}
|
||||
"odoc" {with-doc}
|
||||
"ocurl"
|
||||
]
|
||||
build: [
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ depends: [
|
|||
"ocaml" {>= "4.08"}
|
||||
"dune" {>= "2.3"}
|
||||
"opentelemetry" {= version}
|
||||
"odoc" {with-doc}
|
||||
"lwt"
|
||||
]
|
||||
build: [
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ depends: [
|
|||
"ocaml" {>= "4.08"}
|
||||
"dune" {>= "2.3"}
|
||||
"ptime"
|
||||
"odoc" {with-doc}
|
||||
"ocaml-protoc" {>= "2.1"}
|
||||
]
|
||||
build: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue