mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 20:07:55 -04:00
Add tls-eio dep
This commit is contained in:
parent
a0bee6bfcc
commit
ea66f65187
2 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,7 @@
|
||||||
(cohttp-eio
|
(cohttp-eio
|
||||||
(>= 6.1.0))
|
(>= 6.1.0))
|
||||||
eio_main
|
eio_main
|
||||||
|
tls-eio
|
||||||
(alcotest :with-test)
|
(alcotest :with-test)
|
||||||
(containers :with-test))
|
(containers :with-test))
|
||||||
(synopsis "Collector client for opentelemetry, using cohttp + eio"))
|
(synopsis "Collector client for opentelemetry, using cohttp + eio"))
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ depends: [
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"cohttp-eio" {>= "6.1.0"}
|
"cohttp-eio" {>= "6.1.0"}
|
||||||
"eio_main"
|
"eio_main"
|
||||||
|
"tls-eio"
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
"containers" {with-test}
|
"containers" {with-test}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue