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.

Declare missing :with-test deps in dune-project + opam

Several packages had alcobar/alcotest/mdx/bytesrw/etc. used in
test/ or fuzz/ but undeclared in dune-project, leaving the opam
metadata silently incomplete. Sync the dune-project depends and
regenerate the opam files.

+3 -1
+2 -1
dune-project
··· 31 31 eio_main 32 32 (alcotest :with-test) 33 33 (mdx :with-test) 34 - (odoc :with-doc))) 34 + (odoc :with-doc) 35 + (alcobar :with-test)))
+1
nox-cookie.opam
··· 27 27 "alcotest" {with-test} 28 28 "mdx" {with-test} 29 29 "odoc" {with-doc} 30 + "alcobar" {with-test} 30 31 ] 31 32 build: [ 32 33 ["dune" "subst"] {dev}