installlibrary[version]
Install a given library from the global repository. Once a project is installed, you can simply
use haxe-liblibrary... to be able to use it from your application. By default, this is the
current version of the project that is used. If you want to use a specific version of the
project, use haxe-liblibrary:version ...
list List all installed libraries and their versions.
upgrade
Upgrade all installed libraries to their latest version.
removelibrary[version]
Remove a given library.
setlibrary[version]
Set the current version for a library. The version must be already installed.
searchword
List global libraries matching a word.
infolibrary
List information on a given library.
userlibrary
List information on a given user on the global repository.
registername
Register a new user in the global repository.
submitlibrary
Submit or update a library to the global repository.
setup Set the haxelib repository path.
configlibrary
Print the local repository path.
pathlibraries...
List the path to the given libraries.
runlibrary[arguments...]
Run the specified library with arguments if it provides a run script. Be careful about trusting
libraries this way since the script can damage your system.
testlibrary
install the specified library locally.
dev Set the development directory for a given project.