- Index
- »
- fan.xeto
- »
- LibVersion
LibVersion
@Js
const mixin LibVersion
Xeto library name, version, and dependencies
Return "name-version"
Sort by name, then version
Dependencies of this library
Order a list of versions by their dependencies
Library dotted name
Summary information or empty string if not available
Library version
Int compare(Obj that)
Sort by name, then version
abstract LibDepend[] depends()
Dependencies of this library
abstract Str doc()
Summary information or empty string if not available
const static Int : flagHxSysOnly
abstract Str name()
Library dotted name
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.
abstract Str toStr()
Return "name-version"
abstract Version version()
Library version