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

eio_main needed for binary

Changed files
+2 -2
+1 -1
cookeio.opam
···
"dune" {>= "3.20"}
"logs" {>= "0.9.0"}
"ptime" {>= "1.1.0"}
-
"eio_main" {with-test}
"alcotest" {with-test}
"odoc" {with-doc}
]
···
"dune" {>= "3.20"}
"logs" {>= "0.9.0"}
"ptime" {>= "1.1.0"}
+
"eio_main"
"alcotest" {with-test}
"odoc" {with-doc}
]
+1 -1
dune-project
···
dune
(logs (>= 0.9.0))
(ptime (>= 1.1.0))
-
(eio_main :with-test)
(alcotest :with-test)))
···
dune
(logs (>= 0.9.0))
(ptime (>= 1.1.0))
+
eio_main
(alcotest :with-test)))