mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-05-05 17:04:52 -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)
|
(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
|
||||||
|
|
|
||||||
|
|
@ -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}
|
||||||
|
|
|
||||||
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue