mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-05-05 08:54:27 -04:00
move from ocurl to curl
This commit is contained in:
parent
755509893e
commit
78e44e916c
3 changed files with 6 additions and 6 deletions
|
|
@ -94,7 +94,7 @@
|
|||
(name opentelemetry-client-ocurl)
|
||||
(depends
|
||||
(ocaml
|
||||
(>= "4.08"))
|
||||
(>= "4.11"))
|
||||
(mtime
|
||||
(>= "1.4"))
|
||||
; for spans
|
||||
|
|
@ -106,7 +106,7 @@
|
|||
(odoc :with-doc)
|
||||
(ezcurl
|
||||
(>= 0.2.3))
|
||||
ocurl
|
||||
curl
|
||||
(alcotest :with-test)
|
||||
(cohttp-lwt-unix :with-test)
|
||||
(containers :with-test)
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
(name opentelemetry-client-ocurl-lwt)
|
||||
(depends
|
||||
(ocaml
|
||||
(>= "4.08"))
|
||||
(>= "4.11"))
|
||||
(mtime
|
||||
(>= "1.4"))
|
||||
(opentelemetry
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
|
|||
bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
|
||||
depends: [
|
||||
"dune" {>= "3.11"}
|
||||
"ocaml" {>= "4.08"}
|
||||
"ocaml" {>= "4.11"}
|
||||
"mtime" {>= "1.4"}
|
||||
"opentelemetry" {= version}
|
||||
"opentelemetry-client" {= version}
|
||||
|
|
|
|||
|
|
@ -9,13 +9,13 @@ homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
|
|||
bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
|
||||
depends: [
|
||||
"dune" {>= "3.11"}
|
||||
"ocaml" {>= "4.08"}
|
||||
"ocaml" {>= "4.11"}
|
||||
"mtime" {>= "1.4"}
|
||||
"opentelemetry" {= version}
|
||||
"opentelemetry-client" {= version}
|
||||
"odoc" {with-doc}
|
||||
"ezcurl" {>= "0.2.3"}
|
||||
"ocurl"
|
||||
"curl"
|
||||
"alcotest" {with-test}
|
||||
"cohttp-lwt-unix" {with-test}
|
||||
"containers" {with-test}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue