(lang dune 3.0) (name requests) (generate_opam_files true) (source (github username/requests)) (authors "Your Name") (maintainers "Your Name") (license MIT) (package (name requests) (synopsis "Clean Eio-style HTTPS client library for OCaml") (description "A modern HTTP(S) client library for OCaml with Eio support, providing a clean API for making web requests with automatic TLS/CA certificate handling") (depends ocaml (dune (>= 3.0)) eio cohttp-eio tls-eio ca-certs mirage-crypto-rng-eio uri digestif base64 logs))