My agentic slop goes here. Not intended for anyone else!
1(lang dune 3.19) 2 3(name cookeio) 4 5(generate_opam_files true) 6 7(source (github avsm/cookeio)) 8 9(authors "Anil Madhavapeddy") 10(maintainers "Anil Madhavapeddy") 11(license ISC) 12 13(package 14 (name cookeio) 15 (synopsis "Cookie parsing and management library using Eio") 16 (description "Cookeio provides cookie management functionality for OCaml applications, including parsing Set-Cookie headers, managing cookie jars, and supporting the Mozilla cookies.txt format for persistence.") 17 (depends 18 (ocaml (>= 5.2.0)) 19 dune 20 (eio (>= 1.0)) 21 (logs (>= 0.9.0)) 22 (ptime (>= 1.1.0)) 23 (alcotest :with-test)))