mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
depopt on trace requires 0.3
This commit is contained in:
parent
927d1e3e64
commit
30c36bb85a
2 changed files with 6 additions and 3 deletions
|
|
@ -20,7 +20,9 @@
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
(pbrt (>= 2.3)))
|
(pbrt (>= 2.3)))
|
||||||
(depopts
|
(depopts
|
||||||
(trace (>= 0.1)))
|
trace)
|
||||||
|
(conflicts
|
||||||
|
(trace (or (< 0.3) (>= 0.4))))
|
||||||
(tags
|
(tags
|
||||||
(instrumentation tracing opentelemetry datadog jaeger)))
|
(instrumentation tracing opentelemetry datadog jaeger)))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,9 @@ depends: [
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"pbrt" {>= "2.3"}
|
"pbrt" {>= "2.3"}
|
||||||
]
|
]
|
||||||
depopts: [
|
depopts: ["trace"]
|
||||||
"trace" {>= "0.1"}
|
conflicts: [
|
||||||
|
"trace" {< "0.3" | >= "0.4"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue