aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2014-08-09 16:20:24 +0200
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2014-08-09 16:20:24 +0200
commit363eff7e6393b24fd666ce2d77da264b85da4b90 (patch)
treeeee7d3cd5e169746f6dd141d00884d6d346ee33a
parent0292ee102ef5122739d90e5c52e7667c49020cf4 (diff)
downloadpackages-363eff7e6393b24fd666ce2d77da264b85da4b90.tar.gz
packages-363eff7e6393b24fd666ce2d77da264b85da4b90.zip
Adds lazy_rest package.
-rw-r--r--packages.json9
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"
}
]