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
type build_args = {
mutable arg_switch : Types.switch_arg option; |
mutable arg_yes : bool; |
mutable arg_edition : string option; |
mutable arg_upgrade : bool; |
mutable arg_locked : bool; |
mutable arg_profile : string option; |
}
val build_args :
unit ->
build_args
* (string list * Ezcmd.V2.EZCMD.TYPES.Arg.spec * Ezcmd.V2.EZCMD.TYPES.info)
list
val build :
args:build_args ->
?setup_opam:bool ->
?build_deps:bool ->
?force_build_deps:bool ->
?dev_deps:bool ->
?force_dev_deps:bool ->
?build:bool ->
?extra_packages:string list ->
unit ->
Types.project