package dune

  1. Overview
  2. Docs
type t
val get : t -> t option

Returns None if pkg-config is not installed

type package_conf = {
  1. libs : string list;
  2. cflags : string list;
}
val query : t -> package:string -> package_conf option

Returns None if package is not available

OCaml

Innovation. Community. Security.