The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

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

Preparing for release

+9 -8
+7 -4
vendor/opam/topkg/CHANGES.md
··· 1 - 1 + v1.1.0 2025-07-23 Zagreb 2 + ------------------------ 2 3 3 4 - Change the default of `Topkg.Conf.debugger_support` from `false` to 4 5 `true`. This enables the install of `.ml` and `.cmt` files by ··· 7 8 `TOPKG_CONF_DEBUGGER_SUPPORT=false` in your environment (#143). 8 9 9 10 - Fix install of hidden library modules when `Topkg.Conf.debugger_support` is 10 - `true`. When the hidden module has an `.mli`, the `.cmi` files was being installed 11 - instead of the `.cmti` and the `.mli` was missing (#143). When the hidden module 12 - had no `.mli` the installation would fail by requiring one. 11 + `true`: 12 + 1. When the hidden module has an `.mli`, the `.cmi` files was being installed 13 + instead of the `.cmti` and the `.mli` was missing (#143). 14 + 2. When the hidden module had no `.mli` the installation would fail 15 + by requiring one. 13 16 14 17 v1.0.8 2025-03-10 La Forclaz (VS) 15 18 ---------------------------------
+1 -2
vendor/opam/topkg/topkg-care.opam
··· 1 1 opam-version: "2.0" 2 - name: "topkg-care" 3 2 synopsis: "The transitory OCaml software packager" 4 3 description: """\ 5 4 **Warning** Topkg is in maintenance mode and should not longer be used. ··· 50 49 ] 51 50 build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"] 52 51 dev-repo: "git+https://erratique.ch/repos/topkg.git" 53 - x-maintenance-intent: ["(latest)"] 52 + x-maintenance-intent: ["(latest)"]
+1 -2
vendor/opam/topkg/topkg.opam
··· 1 1 opam-version: "2.0" 2 - name: "topkg" 3 2 synopsis: "The transitory OCaml software packager" 4 3 description: """\ 5 4 **Warning** Topkg is in maintenance mode and should not longer be used. ··· 43 42 ] 44 43 build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"] 45 44 dev-repo: "git+https://erratique.ch/repos/topkg.git" 46 - x-maintenance-intent: ["(latest)"] 45 + x-maintenance-intent: ["(latest)"]