Monorepo management for opam overlays
0
fork

Configure Feed

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

register ocaml-claude-skills and ocaml-mal

Fill in dune-project metadata (synopsis, tags, description, depends)
for both packages and regenerate their opam files. ocaml-mal was
allow_empty but does have a real lib; the opam now declares its fmt
and alcotest deps properly.

Also rename the Untracked row suffix from '(not in sources.toml)' to
'(no opam package)' since the underlying check looks at opam-repo
discovery, not sources.toml.

+1 -1
+1 -1
bin/cmd_status.ml
··· 110 110 (fun name -> 111 111 Fmt.pr " %-22s %a\n" name 112 112 Fmt.(styled `Faint string) 113 - "(not in sources.toml)") 113 + "(no opam package)") 114 114 untracked 115 115 end 116 116