···11+v1.1.1 2025-11-03 Zagreb
22+-------------------------
1322-- Support for large package builds. On build generate a `pkg.itarget`
44+- Support for large package builds. On build, generate a `pkg.itarget`
35 at the root with the files to build and invoke `ocamlbuild` with
46 `pkg.otarget` rather than the explicit list of files. The
55- `pkg.itarget` file can be ignored by your VCS as it is generated on
77+ `pkg.itarget` file can be ignored by your VCS, it is generated on
68 the fly on each build. As a side effect, improves error reporting on
79 build failures.
810
+2-1
vendor/opam/topkg/topkg-care.opam
···11opam-version: "2.0"
22+name: "topkg-care"
23synopsis: "The transitory OCaml software packager"
34description: """\
45**Warning** Topkg is in maintenance mode and should not longer be used.
···4950]
5051build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"]
5152dev-repo: "git+https://erratique.ch/repos/topkg.git"
5252-x-maintenance-intent: ["(latest)"]5353+x-maintenance-intent: ["(latest)"]
+2-1
vendor/opam/topkg/topkg.opam
···11opam-version: "2.0"
22+name: "topkg"
23synopsis: "The transitory OCaml software packager"
34description: """\
45**Warning** Topkg is in maintenance mode and should not longer be used.
···4243]
4344build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"]
4445dev-repo: "git+https://erratique.ch/repos/topkg.git"
4545-x-maintenance-intent: ["(latest)"]4646+x-maintenance-intent: ["(latest)"]