The opam repository for my Advent of Agentic Humps 2025

+xdge+cookeio

Changed files
+69
packages
cookeio
cookeio.dev
xdge
xdge.dev
+38
packages/cookeio/cookeio.dev/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Cookie parsing and management library"
+
description:
+
"Cookeio provides cookie parsing and serialization for OCaml applications. It handles parsing Set-Cookie and Cookie headers with full support for all cookie attributes."
+
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
+
authors: ["Anil Madhavapeddy"]
+
license: "ISC"
+
homepage: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio"
+
doc: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio"
+
bug-reports: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio/issues"
+
dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-cookeio.git"
+
depends: [
+
"ocaml" {>= "5.2.0"}
+
"dune" {>= "3.20"}
+
"logs" {>= "0.9.0"}
+
"ptime" {>= "1.1.0"}
+
"eio_main"
+
"alcotest" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
x-maintenance-intent: ["(latest)"]
+
url {
+
src: "git+https://tangled.org/@anil.recoil.org/ocaml-cookeio.git#main"
+
}
+31
packages/xdge/xdge.dev/opam
···
···
+
opam-version: "2.0"
+
synopsis: "XDG Base Directory Specification support for Eio"
+
description:
+
"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."
+
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
+
authors: ["Anil Madhavapeddy"]
+
license: "ISC"
+
homepage: "https://tangled.sh/@anil.recoil.org/xdge"
+
bug-reports: "https://tangled.sh/@anil.recoil.org/xdge/issues"
+
dev-repo: "git+https://tangled.org/@anil.recoil.org/xdge.git"
+
depends: [
+
"dune" {>= "3.20"}
+
"ocaml" {>= "5.1.0"}
+
"eio" {>= "1.1"}
+
"cmdliner" {>= "1.2.0"}
+
"fmt" {>= "0.11.0"}
+
"xdg"
+
"eio_main" {with-test}
+
"odoc" {with-doc}
+
"alcotest" {with-test & >= "1.7.0"}
+
]
+
x-maintenance-intent: ["(latest)"]
+
build: [
+
[ "dune" "subst" ] {dev}
+
[ "dune" "build" "-p" name "-j" jobs "@install" ]
+
[ "dune" "build" "-p" name "-j" jobs "runtest" ] {with-test & opam-version >= "2.2"}
+
[ "dune" "build" "-p" name "-j" jobs "@doc" ] {with-doc}
+
]
+
url {
+
src: "git+https://tangled.org/@anil.recoil.org/xdge.git#main"
+
}