···11-11+v1.1.0 2025-07-23 Zagreb
22+------------------------
2334- Change the default of `Topkg.Conf.debugger_support` from `false` to
45 `true`. This enables the install of `.ml` and `.cmt` files by
···78 `TOPKG_CONF_DEBUGGER_SUPPORT=false` in your environment (#143).
89910- Fix install of hidden library modules when `Topkg.Conf.debugger_support` is
1010- `true`. When the hidden module has an `.mli`, the `.cmi` files was being installed
1111- instead of the `.cmti` and the `.mli` was missing (#143). When the hidden module
1212- had no `.mli` the installation would fail by requiring one.
1111+ `true`:
1212+ 1. When the hidden module has an `.mli`, the `.cmi` files was being installed
1313+ instead of the `.cmti` and the `.mli` was missing (#143).
1414+ 2. When the hidden module had no `.mli` the installation would fail
1515+ by requiring one.
13161417v1.0.8 2025-03-10 La Forclaz (VS)
1518---------------------------------
+1-2
vendor/opam/topkg/topkg-care.opam
···11opam-version: "2.0"
22-name: "topkg-care"
32synopsis: "The transitory OCaml software packager"
43description: """\
54**Warning** Topkg is in maintenance mode and should not longer be used.
···5049]
5150build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"]
5251dev-repo: "git+https://erratique.ch/repos/topkg.git"
5353-x-maintenance-intent: ["(latest)"]
5252+x-maintenance-intent: ["(latest)"]
+1-2
vendor/opam/topkg/topkg.opam
···11opam-version: "2.0"
22-name: "topkg"
32synopsis: "The transitory OCaml software packager"
43description: """\
54**Warning** Topkg is in maintenance mode and should not longer be used.
···4342]
4443build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"]
4544dev-repo: "git+https://erratique.ch/repos/topkg.git"
4646-x-maintenance-intent: ["(latest)"]
4545+x-maintenance-intent: ["(latest)"]