Path to this page:
./
devel/ocaml-dune-configurator,
Configuration test library for Dune
Branch: CURRENT,
Version: 3.11.1nb1,
Package name: ocaml-dune-configurator-3.11.1nb1,
Maintainer: jaapbdune-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)
- (2024-11-30) Updated to version: ocaml-dune-configurator-3.11.1nb1
- (2023-11-06) Updated to version: ocaml-dune-configurator-3.11.1
- (2022-05-24) Updated to version: ocaml-dune-configurator-2.9.3nb3
- (2022-03-10) Updated to version: ocaml-dune-configurator-2.9.3nb2
- (2021-03-08) Updated to version: ocaml-dune-configurator-2.7.1nb1
- (2020-12-09) Package added to pkgsrc.se, version ocaml-dune-configurator-2.7.1 (created)
CVS history: (Expand)
2024-12-06 17:41:16 by Greg Troxel | Files touched by this commit (5) |
Log message:
devel/ocaml-dune*: Untangle patch mess
ocaml-dune had a shared distinfo file but not a shared patch
directory. This did not go well when -configurator got a patch.
Declare a shared PATCHDIR, Move the new patch to it.
|
2024-11-30 02:05:01 by David A. Holland | Files touched by this commit (2) |
Log message:
devel/ocaml-dune-configurator: fix pkg-config search.
Don't try to search $PATH for something that's already an absolute
path. Fixes the build of lablgtk3.
PKGREVISION -> 1
|
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) | |
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) | |
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) | |
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.
|