Skip to content

Commit 73254e0

Browse files
committed
transition to curl library
1 parent 83a0e86 commit 73254e0

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

dune-project

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
cohttp-lwt-unix
3030
cohttp-lwt-jsoo
3131
httpaf-lwt-unix
32-
ocurl
32+
curl_lwt
3333
ezjs_fetch
3434
websocket-lwt-unix
3535
ppx_deriving_encoding
@@ -47,7 +47,6 @@
4747
(calendar (< 2.03.0))
4848
(httpaf-lwt-unix (< 0.6.0))
4949
(ezjs_fetch (< 0.2))
50-
(ocurl (< 0.8.0))
5150
(digestif (< 1.0.0))
5251
(ppx_deriving_encoding (< 0.4.0))
5352
))

ez_api.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ depopts: [
3030
"cohttp-lwt-unix"
3131
"cohttp-lwt-jsoo"
3232
"httpaf-lwt-unix"
33-
"ocurl"
33+
"curl_lwt"
3434
"ezjs_fetch"
3535
"websocket-lwt-unix"
3636
"ppx_deriving_encoding"
@@ -48,7 +48,6 @@ conflicts: [
4848
"calendar" {< "2.03.0"}
4949
"httpaf-lwt-unix" {< "0.6.0"}
5050
"ezjs_fetch" {< "0.2"}
51-
"ocurl" {< "0.8.0"}
5251
"digestif" {< "1.0.0"}
5352
"ppx_deriving_encoding" {< "0.4.0"}
5453
]

src/request/unix/curl/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
(public_name ez_api.curl_lwt)
2626
(optional)
2727
(modules ezCurl_lwt)
28-
(libraries verbose curl.lwt ezCurl_common ezRequest_lwt))
28+
(libraries verbose curl_lwt ezCurl_common ezRequest_lwt))
2929

3030
(library
3131
(name ezCurl_lwt_i)

0 commit comments

Comments
 (0)