tangled
alpha
login
or
join now
anil.recoil.org
/
monopam-myspace
0
fork
atom
My aggregated monorepo of OCaml code, automaintained
0
fork
atom
overview
issues
pulls
pipelines
update to 3.21
anil.recoil.org
1 month ago
bf3032e5
53f46900
+10
-12
3 changed files
expand all
collapse all
unified
split
ocaml-cookeio
cookeio.opam
dune-project
root.opam
+4
-6
ocaml-cookeio/cookeio.opam
···
3
synopsis: "Cookie parsing and management library"
4
description:
5
"Cookeio provides cookie parsing and serialization for OCaml applications. It handles parsing Set-Cookie and Cookie headers with full support for all cookie attributes."
6
-
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
7
-
authors: ["Anil Madhavapeddy"]
8
license: "ISC"
9
-
homepage: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio"
10
-
doc: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio"
11
-
bug-reports: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio/issues"
12
depends: [
13
-
"dune" {>= "3.18"}
14
"ocaml" {>= "5.2.0"}
15
"logs" {>= "0.9.0"}
16
"ptime" {>= "1.1.0"}
···
35
"@doc" {with-doc}
36
]
37
]
0
38
x-maintenance-intent: ["(latest)"]
···
3
synopsis: "Cookie parsing and management library"
4
description:
5
"Cookeio provides cookie parsing and serialization for OCaml applications. It handles parsing Set-Cookie and Cookie headers with full support for all cookie attributes."
0
0
6
license: "ISC"
7
+
homepage: "https://tangled.org/anil.recoil.org/ocaml-cookeio"
8
+
bug-reports: "https://tangled.org/anil.recoil.org/ocaml-cookeio/issues"
0
9
depends: [
10
+
"dune" {>= "3.21"}
11
"ocaml" {>= "5.2.0"}
12
"logs" {>= "0.9.0"}
13
"ptime" {>= "1.1.0"}
···
32
"@doc" {with-doc}
33
]
34
]
35
+
dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-cookeio"
36
x-maintenance-intent: ["(latest)"]
+2
-6
ocaml-cookeio/dune-project
···
1
-
(lang dune 3.18)
2
3
(name cookeio)
4
5
(generate_opam_files true)
6
7
(license ISC)
8
-
(authors "Anil Madhavapeddy")
9
-
(homepage "https://tangled.sh/@anil.recoil.org/ocaml-cookeio")
10
-
(maintainers "Anil Madhavapeddy <anil@recoil.org>")
11
-
(bug_reports "https://tangled.sh/@anil.recoil.org/ocaml-cookeio/issues")
12
-
(documentation "https://tangled.sh/@anil.recoil.org/ocaml-cookeio")
13
(maintenance_intent "(latest)")
14
15
(package
···
1
+
(lang dune 3.21)
2
3
(name cookeio)
4
5
(generate_opam_files true)
6
7
(license ISC)
8
+
(source (tangled anil.recoil.org/ocaml-cookeio))
0
0
0
0
9
(maintenance_intent "(latest)")
10
11
(package
+4
root.opam
···
29
"fmt"
30
"fpath"
31
"geojson"
0
32
"ipaddr"
33
"js_of_ocaml"
34
"js_of_ocaml-compiler"
···
51
"parsexp"
52
"progress"
53
"ptime"
0
54
"re"
55
"sexplib0"
56
"spdx_licenses"
0
57
"tls"
58
"tls-eio"
0
59
"uri"
60
"uunf"
61
"uutf"
···
29
"fmt"
30
"fpath"
31
"geojson"
32
+
"htmlit"
33
"ipaddr"
34
"js_of_ocaml"
35
"js_of_ocaml-compiler"
···
52
"parsexp"
53
"progress"
54
"ptime"
55
+
"ptime-clock-os"
56
"re"
57
"sexplib0"
58
"spdx_licenses"
59
+
"tiny_httpd"
60
"tls"
61
"tls-eio"
62
+
"unix"
63
"uri"
64
"uunf"
65
"uutf"