tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-cookeio
0
fork
atom
OCaml HTTP cookie handling library with support for Eio-based storage jars
0
fork
atom
overview
issues
pulls
pipelines
eio_main needed for binary
anil.recoil.org
3 months ago
ba9d29d2
167d0ecf
0/1
build.yml
failed
2m 33s
+2
-2
2 changed files
expand all
collapse all
unified
split
cookeio.opam
dune-project
+1
-1
cookeio.opam
reviewed
···
13
13
"dune" {>= "3.20"}
14
14
"logs" {>= "0.9.0"}
15
15
"ptime" {>= "1.1.0"}
16
16
-
"eio_main" {with-test}
16
16
+
"eio_main"
17
17
"alcotest" {with-test}
18
18
"odoc" {with-doc}
19
19
]
+1
-1
dune-project
reviewed
···
22
22
dune
23
23
(logs (>= 0.9.0))
24
24
(ptime (>= 1.1.0))
25
25
-
(eio_main :with-test)
25
25
+
eio_main
26
26
(alcotest :with-test)))