lib.haxe.org

hxLib

Haxelib hack, providing multiple repositories and server options, backended by hxServlet
Version
0.07
Owner
blackdog
License
BSD

History

  • 2007-10-07 22:53:06
    0.07
    - Forgot to change default back to lib.haxe.org after testing.
  • 2007-10-03 22:25:02
    0.06
    - Make it compile :/
  • 2007-10-02 17:54:27
    0.05
    - allow change of context /lib for example instead of /controller
  • 2007-10-02 16:49:37
    0.04
    - allow website.mtt to be in dir specified by --repository
  • 2007-10-02 15:29:38
    0.03
    - disassociate repository from hxLib by adding --repository option to server startup - add a startup example script
  • 2007-10-02 14:03:00
    0.02
    - use --repos instead of -repos - better path handling
  • 2007-10-02 03:10:31
    0.01
    - Experimental and not recommended for production. -repos=myrepo points the new haxelib executable to your .myrepo (instead of .haxelib) the second line of .myrepo is an url to your repository. get haxe compiler to recognise libs in your repository like this haxe -lib _myrepo_mylib - all other haxelib commands can be prefixed with --repos=myrepo - uses experimental RemotingServlet and Multipart of hxServlet. - With thanks to Quickform.net and Marcus Bergstrom.