Module Ocamlbuild_pack.Findlib
type error = | Cannot_run_ocamlfind| Dependency_not_found of string * string| Package_not_found of string| Cannot_parse_query of string * string
exception Findlib_error of errorval string_of_error : error -> stringval report_error : error -> 'atype package = {name : string;description : string;version : string;archives_byte : string;archives_native : string;link_options : string;location : string;dependencies : package list;
}val list : unit -> string list