- Index
- »
- xeto
- »
- LibVersion
type
fields
methods
| compare |
Sort by name, then version |
|---|---|
| depends |
Dependencies of this library |
| doc |
Summary information or empty string if not available |
| name |
Library dotted name |
| orderByDepends |
Order a list of versions by their dependencies. |
| toStr |
Return "name-version" |
| version |
Library version |
Slot Details
compare
depends
abstract LibDepend[] depends()
Dependencies of this library
doc
abstract Str doc()
Summary information or empty string if not available
flagHxSysOnly
const static Int flagHxSysOnly := 1
name
abstract Str name()
Library dotted name
orderByDepends
static LibVersion[] orderByDepends(LibVersion[] libs)
Order a list of versions by their dependencies. Raise exception if the given list does not satisify all the internal dependencies or has circular dependencies.
toStr
abstract override Str toStr()
Return "name-version"
version
abstract Version version()
Library version