Expand description
§libmask
libmask aims to simplify Haxe
development by providing version management capabilities.
Haxe, unlike other toolchains and programming languages, lacks unified compatibility between versions; to work around this, complex systems need to be set up to actually use good version management.
libmask aims to provide an interface to allow programs
to do this easily. The de facto standard in programs that
use this library is mask-hx, which is its parent project,
but libmask is usable by anyone.
Modules§
- config
- Handles configurations.
- fetcher
- Handles Haxe versions.
- interactive
- Handles executable launching.