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:
parent
d826584f21
commit
07b7f46fd6
6 changed files with 162 additions and 77 deletions
|
|
@ -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?
|
||||
Loading…
Add table
Add a link
Reference in a new issue