File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 29
29
cohttp-lwt-unix
30
30
cohttp-lwt-jsoo
31
31
httpaf-lwt-unix
32
- ocurl
32
+ curl_lwt
33
33
ezjs_fetch
34
34
websocket-lwt-unix
35
35
ppx_deriving_encoding
47
47
( calendar ( < 2 .03.0) )
48
48
( httpaf-lwt-unix ( < 0 .6.0) )
49
49
( ezjs_fetch ( < 0 .2) )
50
- ( ocurl ( < 0 .8.0) )
51
50
( digestif ( < 1 .0.0) )
52
51
( ppx_deriving_encoding ( < 0 .4.0) )
53
52
) )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ depopts: [
30
30
"cohttp-lwt-unix"
31
31
"cohttp-lwt-jsoo"
32
32
"httpaf-lwt-unix"
33
- "ocurl "
33
+ "curl_lwt "
34
34
"ezjs_fetch"
35
35
"websocket-lwt-unix"
36
36
"ppx_deriving_encoding"
@@ -48,7 +48,6 @@ conflicts: [
48
48
"calendar" {< "2.03.0"}
49
49
"httpaf-lwt-unix" {< "0.6.0"}
50
50
"ezjs_fetch" {< "0.2"}
51
- "ocurl" {< "0.8.0"}
52
51
"digestif" {< "1.0.0"}
53
52
"ppx_deriving_encoding" {< "0.4.0"}
54
53
]
Original file line number Diff line number Diff line change 25
25
(public_name ez_api.curl_lwt)
26
26
(optional)
27
27
(modules ezCurl_lwt)
28
- (libraries verbose curl.lwt ezCurl_common ezRequest_lwt))
28
+ (libraries verbose curl_lwt ezCurl_common ezRequest_lwt))
29
29
30
30
(library
31
31
(name ezCurl_lwt_i)
You can’t perform that action at this time.
0 commit comments