diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-08-09 16:23:13 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-08-09 16:23:13 +0100 |
| commit | 2ea1994e02573201a106e1384d4c11a9f122da4e (patch) | |
| tree | eee7d3cd5e169746f6dd141d00884d6d346ee33a | |
| parent | 0292ee102ef5122739d90e5c52e7667c49020cf4 (diff) | |
| parent | 363eff7e6393b24fd666ce2d77da264b85da4b90 (diff) | |
| download | packages-2ea1994e02573201a106e1384d4c11a9f122da4e.tar.gz packages-2ea1994e02573201a106e1384d4c11a9f122da4e.zip | |
Merge pull request #79 from gradha/pr_adds_lazy_rest
Adds lazy_rest package.
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index aab0d9f..69b1114 100644 --- a/packages.json +++ b/packages.json @@ -867,5 +867,14 @@ "description": "various vector maths utils for nimrod", "license": "MIT", "web": "https://github.com/barcharcraz/vecmath" + }, + { + "name": "lazy_rest", + "url": "git://github.com/gradha/lazy_rest", + "method": "git", + "tags": ["library", "rst", "rest", "text", "html"], + "description": "Simple reST HTML generation with some extras.", + "license": "MIT", + "web": "https://github.com/gradha/lazy_rest" } ] |
