mixin

LibDepend

@Js
const mixin LibDepend : Dict

Xeto library dependency as name and version constraints

constructors make

Construct with name and version constraints

makeExact

Construct from exact LibVersion

methods name

Library dotted name

toStr

String representation is " "

versions

Version constraints that satisify this dependency

make static new make(Str name, LibDependVersions versions := LibDependVersions.wildcard())

Construct with name and version constraints

makeExact static new makeExact(LibVersion v)

Construct from exact LibVersion

name abstract Str name()

Library dotted name

toStr abstract Str toStr()

String representation is " "

versions abstract LibDependVersions versions()

Version constraints that satisify this dependency

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT