pkgsrc/devel/ocaml-dune-configurator/DESCR
jaapb 3ced582adb 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.
2020-12-09 10:52:17 +00:00

8 lines
334 B
Text

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