package drom_lib

  1. Overview
  2. Docs

Module Drom_lib.ProjectSource

Sourceval lookup : unit -> (string * string) option
Sourceval find : ?display:bool -> unit -> (Types.project * string) option
Sourceval get : unit -> Types.project * string
Sourceval read : ?default:Types.project -> string -> Types.project
Sourceval to_files : Types.project -> (string * string) list
Sourceval of_string : msg:string -> ?default:Types.project -> string -> Types.project
Sourceval create_package : name:string -> dir:string -> kind:Types.kind -> Types.package
Sourceval find_author : Types.config -> string
Sourceval package_of_string : msg:string -> string -> Types.package
Sourceval string_of_package : Types.package -> string
Sourceval dummy_project : Types.project
Sourceval versions_of_string : string -> Types.version list
Sourceval string_of_versions : Types.version list -> string
OCaml

Innovation. Community. Security.