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 -> < add_extra : string -> string -> 'a ; architecture : Pef.Packages_types.architecture ; breaks : Pef.Packages_types.vpkglist ; conflicts : Pef.Packages_types.vpkglist ; depends : Pef.Packages_types.vpkgformula ; enhances : Pef.Packages_types.vpkgformula ; essential : bool ; extra_source_only : bool ; extras : (string * string) list ; get_extra : string -> string ; installed : Pef.Packages_types.installed ; multiarch : Pef.Packages_types.multiarch ; name : Pef.Packages_types.name ; pp : Pervasives.out_channel -> unit ; pre_depends : Pef.Packages_types.vpkgformula ; priority : string ; provides : Pef.Packages_types.vpkglist ; recommends : Pef.Packages_types.vpkgformula ; replaces : Pef.Packages_types.vpkglist ; set_essential : bool -> 'a ; set_extras : (string * string) list -> 'a ; set_installed : Pef.Packages_types.installed -> 'a ; set_multiarch : Pef.Packages_types.multiarch -> 'a ; source : Pef.Packages_types.name * Pef.Packages_types.version option ; suggests : Pef.Packages_types.vpkgformula ; version : Pef.Packages_types.version.. > 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 : Pervasives.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