hxLib
Haxelib hack, providing multiple repositories and server options,
backended by hxServlet
Website
http://blackdog-haxe.comVersion
0.07Owner
blackdogLicense
BSDHistory
-
2007-10-07 22:53:060.07- Forgot to change default back to lib.haxe.org after testing.
-
2007-10-03 22:25:020.06- Make it compile :/
-
2007-10-02 17:54:270.05- allow change of context /lib for example instead of /controller
-
2007-10-02 16:49:370.04- allow website.mtt to be in dir specified by --repository
-
2007-10-02 15:29:380.03- disassociate repository from hxLib by adding --repository option to server startup - add a startup example script
-
2007-10-02 14:03:000.02- use --repos instead of -repos - better path handling
-
2007-10-02 03:10:310.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.