package drom_lib

  1. Overview
  2. Docs
val lookup : unit -> (string * string) option
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.project -> (string * string) list
val of_string : msg:string -> ?default:Types.project -> string -> Types.project
val find_author : Types.config -> string