Drom_lib.Project
val find : ?display:bool -> unit -> (Types.project * string) option
val get : unit -> Types.project * string
val of_file : ?default:Types.project -> string -> Types.project
val to_files : Types.share -> Types.project -> (string * string) list
val of_string : msg:string -> ?default:Types.project -> string -> Types.project
val find_author : Types.config -> string