CoqProject_fileSourcetype project = {project_file : string option;makefile : string option;install_kind : install option;use_ocamlopt : bool;native_compiler : native_compiler option;v_files : string sourced list;mli_files : string sourced list;mlg_files : string sourced list;ml_files : string sourced list;mllib_files : string sourced list;mlpack_files : string sourced list;ml_includes : path sourced list;r_includes : (path * logic_path) sourced list;q_includes : (path * logic_path) sourced list;extra_args : string sourced list;defs : (string * string) sourced list;extra_targets : extra_target sourced list;subdirs : string sourced list;}read_project_file warning_fn file parses file as a Coq project; use warning_fn for deprecate options; raise Parsing_error on illegal options or arguments; raise UnableToOpenProjectFile msg if the file could not be opened; fails on some illegal non-project-file options
Only uses the elements with source=CmdLine