opam-version: "2.0" synopsis: "Helper library for gathering system configuration" description: """ 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 """ maintainer: ["Jane Street Group, LLC "] authors: ["Jane Street Group, LLC "] license: "MIT" homepage: "https://github.com/ocaml/dune" doc: "https://dune.readthedocs.io/" bug-reports: "https://github.com/ocaml/dune/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.03.0"} "result" "csexp" {>= "1.3.0"} "odoc" {with-doc} ] dev-repo: "git+https://github.com/ocaml/dune.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] x-commit-hash: "641a95d2254ca7c51c97f07f2eed85b7a95db954" url { src: "https://github.com/ocaml/dune/releases/download/2.9.0/dune-2.9.0.tbz" checksum: [ "sha256=bb217cfb17e893a0b1eb002ac83c14f96adc9d0703cb51ff34ed3ef5a639a41e" "sha512=fcd8bc3ea7e9a14e6787a3b0384a488e45fa51e164a175ad1b147bebb3fbcccfd8f321b9b6a7665ac3dafeb18a2a6f8626d182af3b1796691f6ed79c166a5f44" ] }