OCaml HTTP cookie handling library with support for Eio-based storage jars

eio_main needed for binary

+2 -2
+1 -1
cookeio.opam
··· 13 13 "dune" {>= "3.20"} 14 14 "logs" {>= "0.9.0"} 15 15 "ptime" {>= "1.1.0"} 16 - "eio_main" {with-test} 16 + "eio_main" 17 17 "alcotest" {with-test} 18 18 "odoc" {with-doc} 19 19 ]
+1 -1
dune-project
··· 22 22 dune 23 23 (logs (>= 0.9.0)) 24 24 (ptime (>= 1.1.0)) 25 - (eio_main :with-test) 25 + eio_main 26 26 (alcotest :with-test)))