drom_lib
The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val find : ?display:bool -> unit -> (Types.project * string) option
val get : unit -> Types.project * string
val read : ?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 create_package :
name:string ->
dir:string ->
kind:Types.kind ->
Types.package
val find_author : Types.config -> string
val package_of_string : msg:string -> string -> Types.package
val string_of_package : Types.package -> string
val dummy_project : Types.project
val versions_of_string : string -> Types.version list
val string_of_versions : Types.version list -> string
val package_of_toml :
?default:Types.project ->
Toml.Types.value Toml.Types.Table.t ->
Types.package