package dose3-extra

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

Source file packages_types.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
type name = string

type version = string

type architecture = string

type architectures = architecture list

type buildprofile = string

type vpkgname = string * architecture option

type multiarch = [ `Foreign | `Allowed | `No | `Same ]

type source = name * version option

type relop = string

type constr = relop * version

type installed = bool

type vpkg = vpkgname * constr option

type vpkglist = vpkg list

type vpkgformula = vpkg list list

type builddep =
  vpkg * (bool * architecture) list * (bool * buildprofile) list list

type builddepslist = builddep list

type builddepsformula = builddep list list

type action = I | R

type suite = string

type vpkgreq = action option * vpkg * suite option
OCaml

Innovation. Community. Security.