package drom_lib

  1. Overview
  2. Docs

Module Drom_lib.CommandPackageSource

Sourceval cmd_name : string
Sourceval remove_file : Hashes.t -> EzCompat.StringMap.key -> unit
Sourceval remove_dir : Hashes.t -> string -> unit
Sourceval rename_dir : Hashes.t -> string -> string -> unit
Sourceval remove_package : Hashes.t -> Types.package -> unit
Sourceval rename_package : Hashes.t -> Types.package -> string -> Types.package
Sourceval action : package_name:string option -> kind:Types.kind option -> mode:Types.mode option -> promote_skip:bool -> dir:string option -> ?create:string -> ?remove:string -> ?rename:string -> args:Update.update_args -> unit -> unit