type name = stringtype version = stringtype architecture = stringtype architectures = architecture listtype buildprofile = stringtype vpkgname = string * architecture optiontype multiarch = [ | `Foreign |
| `Allowed |
| `No |
| `Same |
]type source = name * version optiontype relop = stringtype constr = relop * versiontype installed = booltype vpkg = vpkgname * constr optiontype vpkglist = vpkg listtype vpkgformula = vpkg list listtype builddep = vpkg * (bool * architecture) list * (bool * buildprofile) list listtype builddepslist = builddep listtype builddepsformula = builddep list listtype action = type suite = stringtype vpkgreq = action option * vpkg * suite option