Implemented download of packages residing in mercurial repos.

* Moved download handling code into a download module.
* Documented how versioning works for repos (via tags).
* More info during install about what tag is picked.
* Refactored download code to be more generic.
This commit is contained in:
Dominik Picheta 2013-07-26 23:58:25 +01:00
commit 07b7f46fd6
6 changed files with 162 additions and 77 deletions

View file

@ -9,4 +9,5 @@
* more package download methods
* Allow for proper versions of packages to download. Reuse 'version' field
in packages.json.
* Install only .nim files when installing library packages?
* Install only .nim files when installing library packages?
* Force disable --babelPath when building binary packages?