package dose3-extra

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Dose_pef.Packages_typesSource

Sourcetype name = string
Sourcetype version = string
Sourcetype architecture = string
Sourcetype architectures = architecture list
Sourcetype buildprofile = string
Sourcetype vpkgname = string * architecture option
Sourcetype multiarch = [
  1. | `Foreign
  2. | `Allowed
  3. | `No
  4. | `Same
]
Sourcetype source = name * version option
Sourcetype relop = string
Sourcetype constr = relop * version
Sourcetype installed = bool
Sourcetype vpkg = vpkgname * constr option
Sourcetype vpkglist = vpkg list
Sourcetype vpkgformula = vpkg list list
Sourcetype builddep = vpkg * (bool * architecture) list * (bool * buildprofile) list list
Sourcetype builddepslist = builddep list
Sourcetype builddepsformula = builddep list list
Sourcetype action =
  1. | I
  2. | R
Sourcetype suite = string
Sourcetype vpkgreq = action option * vpkg * suite option
OCaml

Innovation. Community. Security.