package dose3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val version : string * Pef.Packages_types.version
val suggests : string * Pef.Packages_types.vpkgformula
val source : string * (Pef.Packages_types.name * Pef.Packages_types.version option)
val replaces : string * Pef.Packages_types.vpkglist
val recommends : string * Pef.Packages_types.vpkgformula
val provides : string * Pef.Packages_types.vpkglist
val priority : string * string
val pre_depends : string * Pef.Packages_types.vpkgformula
val name : string * Pef.Packages_types.name
val multiarch : string * Pef.Packages_types.multiarch
val installed : string * Pef.Packages_types.installed
val extra_source_only : string * bool
val essential : string * bool
val enhances : string * Pef.Packages_types.vpkgformula
val depends : string * Pef.Packages_types.vpkgformula
val conflicts : string * Pef.Packages_types.vpkglist
val breaks : string * Pef.Packages_types.vpkglist
val architecture : string * Pef.Packages_types.architecture
method add_extra : string -> string -> package as 'a
method architecture : Pef.Packages_types.architecture
method conflicts : Pef.Packages_types.vpkglist
method essential : bool
method extra_source_only : bool
method extras : (string * string) list
method get_extra : string -> string
method installed : Pef.Packages_types.installed
method multiarch : Pef.Packages_types.multiarch
method pp : out_channel -> unit
method pre_depends : Pef.Packages_types.vpkgformula
method priority : string
method provides : Pef.Packages_types.vpkglist
method recommends : Pef.Packages_types.vpkgformula
method replaces : Pef.Packages_types.vpkglist
method set_essential : bool -> 'a
method set_extras : (string * string) list -> 'a
method set_installed : Pef.Packages_types.installed -> 'a
method set_multiarch : Pef.Packages_types.multiarch -> 'a