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.

Update READMEs to reference nox- package names

Each README's 'opam install <pkg>' instructions now match the post-rename
opam package names. Auto-generated by 'monopam lint --fix' after the
nox-* prefix landed on the underlying packages.

+2 -2
+2 -2
README.md
··· 16 16 Install with opam: 17 17 18 18 ```sh 19 - opam install cookie 19 + opam install nox-cookie 20 20 ``` 21 21 22 22 If opam cannot find the package, it may not yet be released in the public ··· 25 25 ```sh 26 26 opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 27 27 opam update 28 - opam install cookie 28 + opam install nox-cookie 29 29 ``` 30 30 31 31 ## Cookie Attributes