move from ocurl to curl

This commit is contained in:
Simon Cruanes 2026-04-06 15:48:16 -04:00
parent 755509893e
commit 78e44e916c
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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}

View file

@ -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}