tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-requests
1
fork
atom
A batteries included HTTP/1.1 client in OCaml
1
fork
atom
overview
issues
pulls
pipelines
metadata
anil.recoil.org
2 months ago
9cf73cdd
08da4a11
+3
-5
2 changed files
expand all
collapse all
unified
split
dune-project
requests.opam
+2
-3
dune-project
···
26
26
(ocaml (>= 5.1.0))
27
27
(dune (>= 3.20))
28
28
eio
29
29
-
cohttp-eio
30
29
tls-eio
31
30
ca-certs
32
32
-
mirage-crypto-rng-eio
31
31
+
mirage-crypto-rng
33
32
uri
34
33
digestif
35
34
base64
36
35
logs
37
36
(odoc :with-doc)
38
37
(alcotest (and :with-test (>= 1.7.0)))
39
39
-
(eio_main :with-test)))
38
38
+
(eio_main :with-test)))
+1
-2
requests.opam
···
12
12
"ocaml" {>= "5.1.0"}
13
13
"dune" {>= "3.20" & >= "3.20"}
14
14
"eio"
15
15
-
"cohttp-eio"
16
15
"tls-eio"
17
16
"ca-certs"
18
18
-
"mirage-crypto-rng-eio"
17
17
+
"mirage-crypto-rng"
19
18
"uri"
20
19
"digestif"
21
20
"base64"