haxelib install actuate                    <span class="comment"># Install `actuate` library</span>
haxelib install actuate 1.8.1              <span class="comment"># Install a specific version</span>
haxe -lib actuate -main Test -js test.js   <span class="comment"># Use `actuate` library in your Haxe build</span>

haxelib list                               <span class="comment"># List all of your installed libraries</span>
haxelib list openfl                        <span class="comment"># List your installed libraries that have "openfl" in the name</span>

haxelib install actuate.zip                <span class="comment"># Install a library from a zip file</span>
haxelib install test.hxml                  <span class="comment"># Install all the libs listed in a hxml</span>
haxelib install all                        <span class="comment"># Install all the libs in the hxml files in the current directory</span>

haxelib submit actuate.zip                 <span class="comment"># Use Haxelib to share your library with others!</span>
