OCaml HTTP cookie handling library with support for Eio-based storage jars
1(lang dune 3.20)
2
3(name cookeio)
4
5(generate_opam_files true)
6
7(source (github avsm/cookeio))
8
9(license ISC)
10(authors "Anil Madhavapeddy")
11(homepage "https://tangled.sh/@anil.recoil.org/ocaml-cookeio")
12(maintainers "Anil Madhavapeddy <anil@recoil.org>")
13(bug_reports "https://tangled.sh/@anil.recoil.org/ocaml-cookeio/issues")
14(maintenance_intent "(latest)")
15
16(package
17 (name cookeio)
18 (synopsis "Cookie parsing and management library")
19 (description "Cookeio provides cookie parsing and serialization for OCaml applications. It handles parsing Set-Cookie and Cookie headers with full support for all cookie attributes.")
20 (depends
21 (ocaml (>= 5.2.0))
22 dune
23 (logs (>= 0.9.0))
24 (ptime (>= 1.1.0))
25 (eio_main :with-test)
26 (alcotest :with-test)))