LibDepend
@Js
const mixin LibDepend : Dict
Xeto library dependency as name and version constraints
Construct from exact LibVersion
Construct with name and version constraints
String representation is "<libName> <versions>"
Version constraints that satisify this dependency
Library dotted name
static new make(Str name, LibDependVersions versions)
Construct with name and version constraints
static new makeExact(LibVersion v)
Construct from exact LibVersion
abstract Str name()
Library dotted name
abstract Str toStr()
String representation is "<libName> <versions>"
abstract LibDependVersions versions()
Version constraints that satisify this dependency