Commit graph

16 commits

Author SHA1 Message Date
Dominik Picheta
b56262010b Implements binary package symlinking to $babelDir/bin.
This fixes the issues outlined http://forum.nimrod-code.org/t/163;
Windows support is still TODO.
2013-06-21 21:49:50 +01:00
Dominik Picheta
f46fcaf6d3 Refactored a lot of code -- split many functions into separate module. 2013-06-02 22:38:13 +01:00
Dominik Picheta
5e01fa0342 Many new features: build command and dependency resolution implemented. 2013-06-01 17:04:57 +01:00
Billingsly Wetherfordshire
fbe207231b Update babel.nim 2013-05-02 21:04:10 -05:00
Billingsly Wetherfordshire
0099dc9a01 try to update the install repo before cloning 2013-05-02 09:00:20 -05:00
Billingsly Wetherfordshire
9f4e725fb1 make git clone with --depth 1
It will make downloading them faster. Also, I would write it to check if the repos exists and try to `git pull` and checkout if it does.
2013-05-02 01:06:01 -05:00
Dominik Picheta
a77adb870d Changed the directory of where packages are installed to ~/.babel 2013-01-12 20:28:12 +00:00
Dominik Picheta
9e33051345 Fixed #2 2013-01-12 20:25:01 +00:00
Dominik Picheta
2330cf814e Added BSD license information. 2012-12-08 23:30:20 +00:00
Dominik Picheta
41da5f70ae Implemented list feature. 2012-12-08 12:46:42 +00:00
Dominik Picheta
69f28c2c2f Search now searches by name and tags. 2012-12-07 21:22:32 +00:00
Dominik Picheta
1db1592bca Packages are now saved to ~/babel. 2012-12-07 21:11:24 +00:00
Dominik Picheta
423e2d3490 Versioning support, changes to directory structure. 2012-12-07 21:05:30 +00:00
Dominik Picheta
c1d216a8f4 Packages can now be searched by tags and name. 2012-12-02 14:09:36 +00:00
Dominik Picheta
d7c412b353 Library structure finalised. Structure is also enforced.
Main file is optional for now.
2012-12-02 12:47:52 +00:00
Dominik Picheta
c6396a3bc3 Re-write, mostly works. 2012-12-02 01:24:47 +00:00