···11-(lang dune 3.20)
11+(lang dune 3.18)
2233(name requests)
44···1111(bug_reports "https://tangled.org/@anil.recoil.org/ocaml-requests/issues")
1212(maintenance_intent "(latest)")
13131414-; NOTE: Do NOT add a (source ...) field for Tangled projects
1515-; Tangled uses the homepage/bug_reports URLs to determine the source repository
1616-1714(package
1815 (name requests)
1919- (synopsis "Clean Eio-style HTTPS client library for OCaml")
1616+ (synopsis "Batteries included HTTPS client library for OCaml")
2017 (description
2118 "A modern HTTP(S) client library for OCaml with Eio support, providing \
2219 a clean API for making web requests with automatic TLS/CA certificate handling. \
2323- Inspired by Python's requests library, this provides a simple, intuitive \
2020+ Inspired by the Python's requests library, this provides a simple, intuitive \
2421 interface for HTTP operations.")
2522 (depends
2623 (ocaml (>= 5.1.0))
2727- (dune (>= 3.20))
2824 eio
2925 tls
3026 tls-eio
···4945 magic-mime
5046 (odoc :with-doc)
5147 (alcotest (and :with-test (>= 1.7.0)))
5252- (eio_main :with-test)))
4848+ eio_main ))
+4-4
requests.opam
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-synopsis: "Clean Eio-style HTTPS client library for OCaml"
33+synopsis: "Batteries included HTTPS client library for OCaml"
44description:
55- "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. Inspired by Python's requests library, this provides a simple, intuitive interface for HTTP operations."
55+ "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. Inspired by the Python's requests library, this provides a simple, intuitive interface for HTTP operations."
66maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
77authors: ["Anil Madhavapeddy"]
88license: "ISC"
99homepage: "https://tangled.org/@anil.recoil.org/ocaml-requests"
1010bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-requests/issues"
1111depends: [
1212+ "dune" {>= "3.18"}
1213 "ocaml" {>= "5.1.0"}
1313- "dune" {>= "3.20" & >= "3.20"}
1414 "eio"
1515 "tls"
1616 "tls-eio"
···3535 "magic-mime"
3636 "odoc" {with-doc}
3737 "alcotest" {with-test & >= "1.7.0"}
3838- "eio_main" {with-test}
3838+ "eio_main"
3939]
4040build: [
4141 ["dune" "subst"] {dev}