Cookie parsing, validation, and jar management following RFC 6265.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Forks: point (source ...) at upstream and add Thomas as maintainer

Each fork's dune-project (source ...) now matches the canonical
upstream URL recorded in sources.toml, so the generated dev-repo:
in opam-repository points users at the real home rather than the
in-monorepo collaboration fork. Where Thomas is doing maintenance
on the fork but isn't yet listed, add him to the relevant author
or maintainer fields.

ca-certs -> github mirage/ca-certs
(added Thomas to authors and maintainers)
ocaml-cbor -> tangled anil.recoil.org/ocaml-cbort
ocaml-cookie -> tangled anil.recoil.org/ocaml-cookeio
ocaml-json -> github dbuenzli/jsont
ocaml-jwt -> tangled anil.recoil.org/ocaml-jsonwt
ocaml-tar -> github mirage/ocaml-tar
(added Thomas to maintainers)
ocaml-toml -> tangled anil.recoil.org/ocaml-tomlt
ocaml-yaml -> tangled anil.recoil.org/ocaml-yamlt

+2 -2
+1 -1
cookie.opam
··· 42 42 "@doc" {with-doc} 43 43 ] 44 44 ] 45 - dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-cookie" 45 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-cookeio" 46 46 x-maintenance-intent: ["(latest)"] 47 47 x-quality-fuzz: "2026-04-15" 48 48 x-quality-test: "2026-04-15"
+1 -1
dune-project
··· 6 6 (generate_opam_files true) 7 7 8 8 (license ISC) 9 - (source (tangled gazagnaire.org/ocaml-cookie)) 9 + (source (tangled anil.recoil.org/ocaml-cookeio)) 10 10 (authors "Anil Madhavapeddy <anil@recoil.org>" "Thomas Gazagnaire <thomas@gazagnaire.org>") 11 11 (homepage "https://tangled.org/gazagnaire.org/ocaml-cookie") 12 12 (maintainers "Thomas Gazagnaire <thomas@gazagnaire.org>")