OCaml HTTP cookie handling library with support for Eio-based storage jars
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Cookie parsing and management library" 4description: 5 "Cookeio provides cookie parsing and serialization for OCaml applications. It handles parsing Set-Cookie and Cookie headers with full support for all cookie attributes." 6maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7authors: ["Anil Madhavapeddy"] 8license: "ISC" 9homepage: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio" 10doc: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio" 11bug-reports: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio/issues" 12depends: [ 13 "dune" {>= "3.18"} 14 "ocaml" {>= "5.2.0"} 15 "logs" {>= "0.9.0"} 16 "ptime" {>= "1.1.0"} 17 "ipaddr" {>= "5.6.0"} 18 "domain-name" {>= "0.4.0"} 19 "publicsuffix" 20 "eio_main" 21 "alcotest" {with-test} 22 "odoc" {with-doc} 23] 24build: [ 25 ["dune" "subst"] {dev} 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@runtest" {with-test} 35 "@doc" {with-doc} 36 ] 37] 38x-maintenance-intent: ["(latest)"]