My own corner of monopam
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Drop pin-depends for wire and alcobar — both released on opam

wire and alcobar are both available in opam-repository, so they don't
need a pin. Leaves only helix.dev (still unreleased) in root.opam, and
tw.dev in nox-irmin.opam.

-8
-3
ocaml-tm/tm.opam
··· 37 37 ] 38 38 dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-tm" 39 39 x-maintenance-intent: ["(latest)"] 40 - pin-depends: [ 41 - ["wire.dev" "git+https://github.com/parsimoni-labs/ocaml-wire.git"] 42 - ] 43 40 x-quality-build: "2026-04-15" 44 41 x-quality-fuzz: "2026-04-15" 45 42 x-quality-interop: "2026-04-15"
-3
ocaml-tm/tm.opam.template
··· 1 - pin-depends: [ 2 - ["wire.dev" "git+https://github.com/parsimoni-labs/ocaml-wire.git"] 3 - ] 4 1 x-quality-build: "2026-04-15" 5 2 x-quality-fuzz: "2026-04-15" 6 3 x-quality-interop: "2026-04-15"
-1
root.opam
··· 84 84 ] 85 85 x-maintenance-intent: ["(latest)"] 86 86 pin-depends: [ 87 - ["alcobar.dev" "git+https://github.com/samoht/alcobar.git"] 88 87 ["helix.dev" "git+https://github.com/odis-labs/helix.git#34c387c488bea28197f8c7d2db1a813d31c5d8f6"] 89 88 ]
-1
root.opam.template
··· 1 1 pin-depends: [ 2 - ["alcobar.dev" "git+https://github.com/samoht/alcobar.git"] 3 2 ["helix.dev" "git+https://github.com/odis-labs/helix.git#34c387c488bea28197f8c7d2db1a813d31c5d8f6"] 4 3 ]