Source: ocaml-dune-configurator-builder Section: ocaml Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu Build-Depends: debhelper-compat (= 13), dh-sequence-builtusing, dh-sequence-ocaml, libcsexp-ocaml-dev, ocaml-dune-source, ocaml-dune, ocaml, dh-ocaml Standards-Version: 4.7.3 Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-dune-configurator-builder.git Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-dune-configurator-builder Package: libdune-configurator-ocaml-dev Architecture: any Built-Using: ${dh-builtusing:ocaml-dune-source} Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ${ocaml:Provides} Breaks: libdune-ocaml-dev (<< 3.21.1-3~) Replaces: libdune-ocaml-dev (<< 3.21.1-3~) Description: helper library for gathering system configuration 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