summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-03-18 15:05:19 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-18 15:05:19 +0000
commit840b9752ddfa4b78a51bc04158c5ef8f4ec52c79 (patch)
tree4076b365e9d63e1c5dfe78a7d41adca3fa2254c4
parent51481f9471c1fe48c9ca80a1648a45ca29673010 (diff)
downloadlorries-840b9752ddfa4b78a51bc04158c5ef8f4ec52c79.tar.gz
Add yajl a JSON parser used by libvirt.
-rw-r--r--open-source-lorries/yajl.lorry6
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/yajl.lorry b/open-source-lorries/yajl.lorry
new file mode 100644
index 0000000..55c67f7
--- /dev/null
+++ b/open-source-lorries/yajl.lorry
@@ -0,0 +1,6 @@
+{
+ "yajl": {
+ "type": "git",
+ "url": "git://github.com/lloyd/yajl.git"
+ }
+}