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

+8 -4
+4 -2
vendor/opam/topkg/CHANGES.md
··· 1 + v1.1.1 2025-11-03 Zagreb 2 + ------------------------- 1 3 2 - - Support for large package builds. On build generate a `pkg.itarget` 4 + - Support for large package builds. On build, generate a `pkg.itarget` 3 5 at the root with the files to build and invoke `ocamlbuild` with 4 6 `pkg.otarget` rather than the explicit list of files. The 5 - `pkg.itarget` file can be ignored by your VCS as it is generated on 7 + `pkg.itarget` file can be ignored by your VCS, it is generated on 6 8 the fly on each build. As a side effect, improves error reporting on 7 9 build failures. 8 10
+2 -1
vendor/opam/topkg/topkg-care.opam
··· 1 1 opam-version: "2.0" 2 + name: "topkg-care" 2 3 synopsis: "The transitory OCaml software packager" 3 4 description: """\ 4 5 **Warning** Topkg is in maintenance mode and should not longer be used. ··· 49 50 ] 50 51 build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"] 51 52 dev-repo: "git+https://erratique.ch/repos/topkg.git" 52 - x-maintenance-intent: ["(latest)"] 53 + x-maintenance-intent: ["(latest)"]
+2 -1
vendor/opam/topkg/topkg.opam
··· 1 1 opam-version: "2.0" 2 + name: "topkg" 2 3 synopsis: "The transitory OCaml software packager" 3 4 description: """\ 4 5 **Warning** Topkg is in maintenance mode and should not longer be used. ··· 42 43 ] 43 44 build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"] 44 45 dev-repo: "git+https://erratique.ch/repos/topkg.git" 45 - x-maintenance-intent: ["(latest)"] 46 + x-maintenance-intent: ["(latest)"]