mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
update generated code and main library
This commit is contained in:
parent
3d00ffc1e0
commit
deae27d0bd
3 changed files with 4 additions and 4 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
(ocaml (>= "4.08"))
|
(ocaml (>= "4.08"))
|
||||||
ptime
|
ptime
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
(pbrt (>= 2.2)))
|
(pbrt (>= 2.3)))
|
||||||
(tags
|
(tags
|
||||||
(instrumentation tracing opentelemetry datadog jaeger)))
|
(instrumentation tracing opentelemetry datadog jaeger)))
|
||||||
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
(mtime (>= "1.4")) ; for spans
|
(mtime (>= "1.4")) ; for spans
|
||||||
; atomic ; vendored
|
; atomic ; vendored
|
||||||
(opentelemetry (= :version))
|
(opentelemetry (= :version))
|
||||||
(pbrt (>= 2.2))
|
(pbrt (>= 2.3))
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
ocurl)
|
ocurl)
|
||||||
(synopsis "Collector client for opentelemetry, using http + ocurl"))
|
(synopsis "Collector client for opentelemetry, using http + ocurl"))
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ depends: [
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
"mtime" {>= "1.4"}
|
"mtime" {>= "1.4"}
|
||||||
"opentelemetry" {= version}
|
"opentelemetry" {= version}
|
||||||
"pbrt" {>= "2.2"}
|
"pbrt" {>= "2.3"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"ocurl"
|
"ocurl"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ depends: [
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
"ptime"
|
"ptime"
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"pbrt" {>= "2.2"}
|
"pbrt" {>= "2.3"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue