./misc/ocaml-topkg, Transitory OCaml software packager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.7, Package name: ocaml-topkg-1.0.7, Maintainer: jaapb

Topkg is a packager for distributing OCaml software. It provides an API to
describe the files a package installs in a given build configuration and to
specify information about the package's distribution creation and publication
procedures.


Required to run:
[lang/ocaml] [devel/ocaml-findlib] [devel/ocaml-result]

Required to build:
[pkgtools/cwrappers] [devel/ocamlbuild] [misc/ocaml-opaline]

Master sites:

Filesize: 94.396 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-05 22:08:21 by Jaap Boender | Files touched by this commit (3)
Log message:
Updated misc/ocaml-topkg to version 1.0.7.

Changes:
* Fix install of C stubs in byte code only installations.
* Fix native dynlink detection on OCaml 5.0 and thus cmxs file
  installation.
   2022-05-24 20:51:57 by Jaap Boender | Files touched by this commit (118) | Package updated
Log message:
Recursive revbump associated with update of ocaml.

Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
   2022-01-31 13:04:19 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
ocaml-topkg: update to 1.0.5.

v1.0.5 2022-01-28 La Forclaz (VS)
---------------------------------

- `Topkg.String.parse_version`. Support for the new OCaml
  version string format (https://github.com/ocaml/ocaml/pull/9712)
- Switch from `opam config var` to `opam var`.
- Fix compilation for next version of `cmdliner`.
   2021-11-23 22:56:32 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
ocaml-topkg: update to 1.0.4.

v1.0.4 2021-10-04 Zagreb
-------------------------

- Remove mentions of `Result.result` in the code base. We got the
  dependency indirectly through `bos` and the latest version of the
  latter no longer depends on it.
   2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
   2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Remove SHA1 hashes for distfiles
   2021-03-08 21:41:01 by Jaap Boender | Files touched by this commit (3)
Log message:
Updated misc/ocaml-topkg to version 1.0.3.

This adds support for OCaml 4.12. Otherwise changes are minor.
   2021-03-08 09:13:10 by Jaap Boender | Files touched by this commit (214) | Package updated
Log message:
Recursive revbump associated with update of lang/ocaml