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) (name opentelemetry-client-ocurl)
(depends (depends
(ocaml (ocaml
(>= "4.08")) (>= "4.11"))
(mtime (mtime
(>= "1.4")) (>= "1.4"))
; for spans ; for spans
@ -106,7 +106,7 @@
(odoc :with-doc) (odoc :with-doc)
(ezcurl (ezcurl
(>= 0.2.3)) (>= 0.2.3))
ocurl curl
(alcotest :with-test) (alcotest :with-test)
(cohttp-lwt-unix :with-test) (cohttp-lwt-unix :with-test)
(containers :with-test) (containers :with-test)
@ -117,7 +117,7 @@
(name opentelemetry-client-ocurl-lwt) (name opentelemetry-client-ocurl-lwt)
(depends (depends
(ocaml (ocaml
(>= "4.08")) (>= "4.11"))
(mtime (mtime
(>= "1.4")) (>= "1.4"))
(opentelemetry (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" bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
depends: [ depends: [
"dune" {>= "3.11"} "dune" {>= "3.11"}
"ocaml" {>= "4.08"} "ocaml" {>= "4.11"}
"mtime" {>= "1.4"} "mtime" {>= "1.4"}
"opentelemetry" {= version} "opentelemetry" {= version}
"opentelemetry-client" {= 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" bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
depends: [ depends: [
"dune" {>= "3.11"} "dune" {>= "3.11"}
"ocaml" {>= "4.08"} "ocaml" {>= "4.11"}
"mtime" {>= "1.4"} "mtime" {>= "1.4"}
"opentelemetry" {= version} "opentelemetry" {= version}
"opentelemetry-client" {= version} "opentelemetry-client" {= version}
"odoc" {with-doc} "odoc" {with-doc}
"ezcurl" {>= "0.2.3"} "ezcurl" {>= "0.2.3"}
"ocurl" "curl"
"alcotest" {with-test} "alcotest" {with-test}
"cohttp-lwt-unix" {with-test} "cohttp-lwt-unix" {with-test}
"containers" {with-test} "containers" {with-test}