aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Krause <flyx@isobeef.org>2014-06-26 22:17:25 +0200
committerFelix Krause <flyx@isobeef.org>2014-06-26 22:17:25 +0200
commita1ebe6e7382b8e3ffac0bc15b4fe5a52f4026999 (patch)
treea2d58a34dbb23f3c784f0f940bc97f6a9d24595d
parentd23710ae0e17212d6477018bb3a512ce0581d621 (diff)
downloadpackages-a1ebe6e7382b8e3ffac0bc15b4fe5a52f4026999.tar.gz
packages-a1ebe6e7382b8e3ffac0bc15b4fe5a52f4026999.zip
Added emerald
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index ec9e0be..9c5c56c 100644
--- a/packages.json
+++ b/packages.json
@@ -730,5 +730,14 @@
"description": "Wrapper for librsvg, a Scalable Vector Graphics (SVG) rendering library",
"license": "MIT",
"web": "https://github.com/def-/rsvg"
+ },
+ {
+ "name": "emerald",
+ "url": "git://github.com/flyx/emerald",
+ "method": "git",
+ "tags": ["dsl", "html", "template", "web"],
+ "description": "macro-based HTML templating engine",
+ "license": "WTFPL",
+ "web": "https://github.com/flyx/emerald"
}
]