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