package dune-configurator
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=3c27c7676414056f0368a71fdc670d2b0a59898090c78a1b68230984e5beb713
sha512=c88ac7a6ed9334a4bc6231ecfb0efaa961dda99bc386fd5b92505151ff833dfaf058d75305fbb64c496e570058ec9000ac6add06dda7a395e757e924af1d1a7f
doc/dune-configurator/Configurator/V1/Pkg_config/index.html
Module V1.Pkg_config
Source
Search pkg-config in PATH. Prefers the PKG_CONFIG_PATH
environment variable if set. Returns None
if pkg-config is not found.
query t ~package
query pkg-config for the package
. The package must not contain a version constraint. Multiple, unversioned packages are separated with spaces, for example "gtk+-3.0 gtksourceview-3.0". If set, the PKG_CONFIG_ARGN
environment variable specifies a list of arguments to pass to pkg-config. Returns None
if package
is not available
query_expr_err t ~package ~expr
query pkg-config for the package
. expr
may contain a version constraint, for example "gtk+-3.0 >= 3.18". package
must be just the name of the package. If expr
is specified, package
must be specified as well. If set, the PKG_CONFIG_ARGN
environment variable specifies a list of arguments to pass to pkg-config. Returns Error error_msg
if package
is not available