# This file is generated by dune, edit dune-project instead opam-version: "2.0" 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" maintainer: ["Your Name"] authors: ["Your Name"] license: "MIT" homepage: "https://github.com/username/requests" bug-reports: "https://github.com/username/requests/issues" depends: [ "ocaml" "dune" {>= "3.0" & >= "3.0"} "eio" "cohttp-eio" "tls-eio" "ca-certs" "mirage-crypto-rng-eio" "uri" "digestif" "base64" "logs" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/username/requests.git"