mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-05-05 08:54:27 -04:00
fix opam
This commit is contained in:
parent
31cc90abb4
commit
7f9b7d7c83
5 changed files with 31 additions and 5 deletions
24
dune-project
24
dune-project
|
|
@ -31,6 +31,10 @@
|
|||
hmap
|
||||
(odoc :with-doc)
|
||||
(alcotest :with-test)
|
||||
(opentelemetry-client
|
||||
(and
|
||||
:with-test
|
||||
(= :version)))
|
||||
(pbrt
|
||||
(and
|
||||
(>= 4.0)
|
||||
|
|
@ -107,7 +111,10 @@
|
|||
(ezcurl
|
||||
(>= 0.2.3))
|
||||
ocurl
|
||||
(alcotest :with-test))
|
||||
(alcotest :with-test)
|
||||
(cohttp-lwt-unix :with-test)
|
||||
(containers :with-test)
|
||||
(logs :with-test))
|
||||
(synopsis "Collector client for opentelemetry, using http + ezcurl"))
|
||||
|
||||
(package
|
||||
|
|
@ -126,10 +133,14 @@
|
|||
(>= 0.2.3))
|
||||
ocurl
|
||||
(lwt
|
||||
(>= "5.3"))
|
||||
(>= "5.7.3"))
|
||||
(lwt_ppx
|
||||
(>= "2.0"))
|
||||
(alcotest :with-test))
|
||||
ambient-context-lwt
|
||||
(alcotest :with-test)
|
||||
(cohttp-lwt-unix :with-test)
|
||||
(containers :with-test)
|
||||
(logs :with-test))
|
||||
(synopsis "Collector client for opentelemetry, using ezcurl-lwt"))
|
||||
|
||||
(package
|
||||
|
|
@ -227,5 +238,10 @@
|
|||
(>= 2.0.1))
|
||||
(alcotest :with-test)
|
||||
(containers :with-test)
|
||||
(cohttp-lwt-unix :with-test))
|
||||
(cohttp-lwt-unix :with-test)
|
||||
(logs :with-test)
|
||||
(opentelemetry-lwt
|
||||
(and
|
||||
:with-test
|
||||
(= :version))))
|
||||
(synopsis "Collector client for opentelemetry, using cohttp + eio"))
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@ depends: [
|
|||
"alcotest" {with-test}
|
||||
"containers" {with-test}
|
||||
"cohttp-lwt-unix" {with-test}
|
||||
"logs" {with-test}
|
||||
"opentelemetry-lwt" {with-test & = version}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
|
|||
|
|
@ -16,9 +16,13 @@ depends: [
|
|||
"odoc" {with-doc}
|
||||
"ezcurl-lwt" {>= "0.2.3"}
|
||||
"ocurl"
|
||||
"lwt" {>= "5.3"}
|
||||
"lwt" {>= "5.7.3"}
|
||||
"lwt_ppx" {>= "2.0"}
|
||||
"ambient-context-lwt"
|
||||
"alcotest" {with-test}
|
||||
"cohttp-lwt-unix" {with-test}
|
||||
"containers" {with-test}
|
||||
"logs" {with-test}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@ depends: [
|
|||
"ezcurl" {>= "0.2.3"}
|
||||
"ocurl"
|
||||
"alcotest" {with-test}
|
||||
"cohttp-lwt-unix" {with-test}
|
||||
"containers" {with-test}
|
||||
"logs" {with-test}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ depends: [
|
|||
"hmap"
|
||||
"odoc" {with-doc}
|
||||
"alcotest" {with-test}
|
||||
"opentelemetry-client" {with-test & = version}
|
||||
"pbrt" {>= "4.0" & < "5.0"}
|
||||
"pbrt_yojson" {>= "4.0" & < "5.0"}
|
||||
"ambient-context" {>= "0.2"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue