The opam repository for my Advent of Agentic Humps 2025

break

Changed files
+5 -1
.tangled
workflows
+5 -1
.tangled/workflows/build.yml
···
- ocaml
steps:
-
- name: opam
+
- name: opam init
command: |
opam init --disable-sandboxing -any
+
- name: opam repo
+
command: |
opam repository add aoah-overlay .
+
- name: opam install
+
command: |
opam install --confirm-level=unsafe-yes -v --with-test $(./list-packages.sh)