tangled
alpha
login
or
join now
anil.recoil.org
/
aoah-opam-repo
0
fork
atom
The opam repository for my Advent of Agentic Humps 2025
0
fork
atom
overview
issues
pulls
pipelines
+xdge+cookeio
anil.recoil.org
3 months ago
9a66cb44
345c087d
0/1
build.yml
failed
3m 19s
+69
2 changed files
expand all
collapse all
unified
split
packages
cookeio
cookeio.dev
opam
xdge
xdge.dev
opam
+38
packages/cookeio/cookeio.dev/opam
reviewed
···
1
1
+
opam-version: "2.0"
2
2
+
synopsis: "Cookie parsing and management library"
3
3
+
description:
4
4
+
"Cookeio provides cookie parsing and serialization for OCaml applications. It handles parsing Set-Cookie and Cookie headers with full support for all cookie attributes."
5
5
+
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
6
6
+
authors: ["Anil Madhavapeddy"]
7
7
+
license: "ISC"
8
8
+
homepage: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio"
9
9
+
doc: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio"
10
10
+
bug-reports: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio/issues"
11
11
+
dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-cookeio.git"
12
12
+
depends: [
13
13
+
"ocaml" {>= "5.2.0"}
14
14
+
"dune" {>= "3.20"}
15
15
+
"logs" {>= "0.9.0"}
16
16
+
"ptime" {>= "1.1.0"}
17
17
+
"eio_main"
18
18
+
"alcotest" {with-test}
19
19
+
"odoc" {with-doc}
20
20
+
]
21
21
+
build: [
22
22
+
["dune" "subst"] {dev}
23
23
+
[
24
24
+
"dune"
25
25
+
"build"
26
26
+
"-p"
27
27
+
name
28
28
+
"-j"
29
29
+
jobs
30
30
+
"@install"
31
31
+
"@runtest" {with-test}
32
32
+
"@doc" {with-doc}
33
33
+
]
34
34
+
]
35
35
+
x-maintenance-intent: ["(latest)"]
36
36
+
url {
37
37
+
src: "git+https://tangled.org/@anil.recoil.org/ocaml-cookeio.git#main"
38
38
+
}
+31
packages/xdge/xdge.dev/opam
reviewed
···
1
1
+
opam-version: "2.0"
2
2
+
synopsis: "XDG Base Directory Specification support for Eio"
3
3
+
description:
4
4
+
"This library implements the XDG Base Directory Specification with Eio capabilities to provide safe access to configuration, data, cache, state, and runtime directories. The library exposes Cmdliner terms that allow for proper environment variable overrides and command-line flags."
5
5
+
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
6
6
+
authors: ["Anil Madhavapeddy"]
7
7
+
license: "ISC"
8
8
+
homepage: "https://tangled.sh/@anil.recoil.org/xdge"
9
9
+
bug-reports: "https://tangled.sh/@anil.recoil.org/xdge/issues"
10
10
+
dev-repo: "git+https://tangled.org/@anil.recoil.org/xdge.git"
11
11
+
depends: [
12
12
+
"dune" {>= "3.20"}
13
13
+
"ocaml" {>= "5.1.0"}
14
14
+
"eio" {>= "1.1"}
15
15
+
"cmdliner" {>= "1.2.0"}
16
16
+
"fmt" {>= "0.11.0"}
17
17
+
"xdg"
18
18
+
"eio_main" {with-test}
19
19
+
"odoc" {with-doc}
20
20
+
"alcotest" {with-test & >= "1.7.0"}
21
21
+
]
22
22
+
x-maintenance-intent: ["(latest)"]
23
23
+
build: [
24
24
+
[ "dune" "subst" ] {dev}
25
25
+
[ "dune" "build" "-p" name "-j" jobs "@install" ]
26
26
+
[ "dune" "build" "-p" name "-j" jobs "runtest" ] {with-test & opam-version >= "2.2"}
27
27
+
[ "dune" "build" "-p" name "-j" jobs "@doc" ] {with-doc}
28
28
+
]
29
29
+
url {
30
30
+
src: "git+https://tangled.org/@anil.recoil.org/xdge.git#main"
31
31
+
}