type command_spec = Command.spectype 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 query : string -> packageval include_flags : package list -> command_specval compile_flags_byte : package list -> command_specval compile_flags_native : package list -> command_specval link_flags_byte : package list -> command_specval link_flags_native : package list -> command_spec