Module Coqdeplib.Common

module StrSet : Stdlib.Set.S with type elt = string
module State : sig ... end
val init : make_separator_hack:bool -> Args.t -> State.t

init args Init coqdep, setting arguments from args.

val treat_file_command_line : string -> unit

treat_file_command_line file Add an input file to be considered

val sort : State.t -> unit
val compute_deps : State.t -> Dep_info.t list