Module Drom_lib.CommandDep

val cmd_name : string
val print_dep : (string * Types.dependency) -> unit
val action : dep:string option -> package:string option -> tool:bool -> add:bool -> remove:bool -> version:string option -> depname:string option -> deptest:bool option -> depdoc:bool option -> depopt:bool option -> update_args:Types.update_args -> unit
val generate_opam_for_cross : cross:string -> update_args:Types.update_args -> unit -> unit
val cmd : Ezcmd.V2.EZCMD.TYPES.sub