My own corner of monopam
2
fork

Configure Feed

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

ocaml-globe: declare helix pin in globe.opam.template

[helix] is not on opam-repo; pin to its git repo so [opam install
globe] from a fresh switch can find it. monopam lint --fix now reports
zero missing-pin issues.

+6
+3
ocaml-globe/globe.opam
··· 37 37 ] 38 38 dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-globe" 39 39 x-maintenance-intent: ["(latest)"] 40 + pin-depends: [ 41 + ["helix.dev" "git+https://github.com/rizo/helix.git"] 42 + ] 40 43 x-quality-build: "2026-04-15" 41 44 x-quality-fuzz: "2026-04-15" 42 45 x-quality-test: "2026-04-15"
+3
ocaml-globe/globe.opam.template
··· 1 + pin-depends: [ 2 + ["helix.dev" "git+https://github.com/rizo/helix.git"] 3 + ] 1 4 x-quality-build: "2026-04-15" 2 5 x-quality-fuzz: "2026-04-15" 3 6 x-quality-test: "2026-04-15"