type

Lib

Lib : Dict

Library module meta data

meta sealed slots id

Identifier of the lib formatted as "lib:name"

name

Dotted name of the library

spec

Spec reference - always sys::Lib

specs

Top-level type and mixin specs

types

Top-level type specs

mixins

Top-level mixin specs

instances

Top-level instances

categories

Free form category tags

doc

Summary description

depends

Library dependencies

license

License SPDX name or "commerical"

nodoc

Marks library as undocumented

org

Library organization information

vcs

Library version control system metadata

version

Version number

id Ref <sealed>

Identifier of the lib formatted as "lib:name"

name Str <sealed>

Dotted name of the library

spec Ref <of:Spec, sealed>

Spec reference - always sys::Lib

specs Dict <of:Spec, sealed>

Top-level type and mixin specs

types Dict <of:Spec, sealed>

Top-level type specs

mixins Dict <of:Spec, sealed>

Top-level mixin specs

instances Dict <of:Dict, sealed>

Top-level instances

categories List? <of:Str>

Free form category tags

doc Str?

Summary description

depends List <of:LibDepend>

Library dependencies

license Str?

License SPDX name or "commerical"

nodoc Marker?

Marks library as undocumented

org LibOrg?

Library organization information

vcs LibVcs?

Library version control system metadata

version Version

Version number

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST