sig
val description : string
val options :
?usage:string ->
?version:string ->
?suppress_usage:bool ->
?suppress_help:bool ->
?prog:string ->
?formatter:OptParse.Formatter.t -> unit -> OptParse.OptParser.t
val verbose : int OptParse.Opt.t
val quiet : bool OptParse.Opt.t
val progress : bool OptParse.Opt.t
val timers : bool OptParse.Opt.t
val options : OptParse.OptParser.t
exception Format
val out_option :
?default:string -> ?metavar:string -> unit -> string OptParse.Opt.t
val trim : bool OptParse.Opt.t
val src : Debian.Format822.vpkglist OptParse.Opt.t
val dst : Debian.Format822.vpkg OptParse.Opt.t
val cone : Debian.Format822.vpkglist OptParse.Opt.t
val reverse_cone : Debian.Format822.vpkglist OptParse.Opt.t
val cone_maxdepth : int OptParse.Opt.t
val out_type : string OptParse.Opt.t
val out_file : string OptParse.Opt.t
val deb_native_arch : string OptParse.Opt.t
val deb_foreign_archs : string list OptParse.Opt.t
val deb_target_arch : string OptParse.Opt.t
val deb_ignore_essential : bool OptParse.Opt.t
val set_deb_options : unit -> Debian.Debcudf.options
val get_deb_buildarchs : Debian.Debcudf.options -> string
val set_default_options :
[> `Deb | `Eclipse | `Edsp ] -> Boilerplate.options option
val set_options :
[> `Deb | `Eclipse | `Edsp ] -> Boilerplate.options option
end