forked from
anil.recoil.org/ocaml-requests
A batteries included HTTP/1.1 client in OCaml
1(library
2 (name requests_features)
3 (public_name requests.features)
4 (wrapped false)
5 (libraries
6 requests_core
7 requests_parsing
8 requests_h1
9 crypto
10 crypto-ec
11 crypto-pk
12 crypto-rng
13 tls
14 tls-eio
15 ca-certs
16 base64
17 digestif
18 eqaf
19 conpool
20 domain-name
21 ptime.clock.os
22 fmt))