./devel/ocaml-dune-configurator, Configuration test library for Dune

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


Branch: CURRENT, Version: 3.11.1, Package name: ocaml-dune-configurator-3.11.1, Maintainer: jaapb

dune-configurator is a small library that helps writing OCaml scripts that
test features available on the system, in order to generate config.h files
for instance. Among other things, dune-configurator allows one to:

* test if a C program compiles
* query pkg-config
* import #define from OCaml header files
* generate config.h file


Master sites:

Filesize: 2689.301 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-05 22:28:13 by Jaap Boender | Files touched by this commit (3)
Log message:
Updated devel/ocaml-dune-configurator to version 3.11.0.

This package comes with the main dune distribution, but it needed some
massaging (post-extract) to make it work properly.
   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-03-10 09:49:18 by Jaap Boender | Files touched by this commit (3) | Package updated
Log message:
Updated PLIST for devel/ocaml-dune-configurator, revbump

This updates the PLIST so that it is in accordance with the new version
of devel/ocaml-dune.
   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
   2020-12-09 11:52:17 by Jaap Boender | Files touched by this commit (4)
Log message:
Added devel/ocaml-dune-configurator, split off from devel/ocaml-dune

This package helps writing availability tests for ocaml-dune; it had to
be split off because of bootstrap procedure changes in dune itself.