···11+This is an overlay opam repository for the dev branches of all
22+Anil Madhavapeddy's agentically coded OCaml packages.
33+44+Metadata 100% brought to you by my friend Claude (Code).
+3
list-packages.sh
···11+#!/bin/sh
22+# List all packages in this opam repository
33+find packages -name opam -type f | sed 's|packages/[^/]*/\([^/]*\)/opam|\1|' | sort