Haxelib

Haxelib is the easiest way to find libraries and code for your Haxe project - and the best place you can share your code with others in the Haxe ecosystem. Haxelib is the package manager for the Haxe Toolkit.

haxelib install actuate                       # Install `actuate` library
haxelib install actuate 1.8.1                 # Install a specific version
haxe -lib actuate -main Test -js test.js      # Use `actuate` library in your Haxe build

haxelib list                                  # List all of your installed libraries
haxelib list openfl                           # List your installed libraries that have "openfl" in the name

haxelib install actuate.zip                   # Install a library from a zip file
haxelib install test.hxml                     # Install all the libs listed in a hxml
haxelib install all                           # Install all the libs in the hxml files in the current directory

haxelib submit actuate.zip                    # Use Haxelib to share your library with others!

Recently Updated

extension-share: Share extension calling native implementation for Android, iOS, BlackBerry and HTML5.
2.4.2: Fix compilation on Flash target.

dataclass: A more convenient way to instantiate data classes.
0.20.1: Fixed some problems with implementing Immutable.

immutable: Enforce immutability.
0.10.2: Bugfixes, handles compiler generated code better.

tink_await: Haxe async/await
0.1.3: Added -D await_catch_none

haxe-strings: A haxelib for consistent cross-platform UTF-8 string manipulation.
1.1.0: added new methods to Strings class. introduced Pattern class.

haxe-doctest: Python inspired doctesting for Haxe
0.2.2: fixes for Java and Javascript

geojson:
0.9.4: Expose Point's coordinates

tink_web: Tinkerbell Web Router
0.0.0-alpha.0: Experimental prerelease. Only for the brave.

tink_core: Tinkerbell Core
1.1.2: Allow CallbackLink to be cast to Void->Void.

haxe-doctest: Python inspired doctesting for Haxe
0.2.1: comparing anonymous structures on C# results in System.NullReferenceException