val deb_group : OptParse.OptParser.t ->OptParse.OptParser.group
val opam_group : OptParse.OptParser.t ->OptParse.OptParser.group
val add_debian_options : ?default:string list->OptParse.OptParser.t -> unit
val add_opam_options : ?default:string list->OptParse.OptParser.t -> unit
val add_option : ?group:OptParse.OptParser.group ->?short_name:char ->?long_name:string
->?help:string ->OptParse.OptParser.t ->'aOptParse.Opt.t-> unit