mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
opam
This commit is contained in:
parent
1ff96737db
commit
9b2d6fb1e0
2 changed files with 4 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
|||
(odoc :with-doc)
|
||||
(pbrt (>= 2.3)))
|
||||
(depopts
|
||||
trace)
|
||||
(trace (>= 0.1)))
|
||||
(tags
|
||||
(instrumentation tracing opentelemetry datadog jaeger)))
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,9 @@ depends: [
|
|||
"odoc" {with-doc}
|
||||
"pbrt" {>= "2.3"}
|
||||
]
|
||||
depopts: ["trace"]
|
||||
depopts: [
|
||||
"trace" {>= "0.1"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue