mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
parent
9a26bb5e8b
commit
6bf59ee21e
2 changed files with 8 additions and 4 deletions
|
|
@ -34,9 +34,12 @@
|
||||||
:with-dev-setup
|
:with-dev-setup
|
||||||
(>= 0.24)
|
(>= 0.24)
|
||||||
(< 0.25))))
|
(< 0.25))))
|
||||||
(depopts
|
(depopts trace)
|
||||||
|
(conflicts
|
||||||
(trace
|
(trace
|
||||||
(>= 0.3)))
|
(or
|
||||||
|
(< 0.3)
|
||||||
|
(>= 0.4))))
|
||||||
(tags
|
(tags
|
||||||
(instrumentation tracing opentelemetry datadog jaeger)))
|
(instrumentation tracing opentelemetry datadog jaeger)))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,9 @@ depends: [
|
||||||
"ocaml-lsp-server" {with-dev-setup}
|
"ocaml-lsp-server" {with-dev-setup}
|
||||||
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
|
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
|
||||||
]
|
]
|
||||||
depopts: [
|
depopts: ["trace"]
|
||||||
"trace" {>= "0.3"}
|
conflicts: [
|
||||||
|
"trace" {< "0.3" | >= "0.4"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue