aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-08-20 23:04:44 +0200
committerAndreas Rumpf <rumpf_a@web.de>2015-08-20 23:04:44 +0200
commit2db4f25c6ec593c9a5b39878c333ec23db2b3f45 (patch)
treeb75fa5f341ae5ede71c5bf1f0dcca4b80392c895
parentdd08bb75ee8875600f9b8303c0442d05379c213f (diff)
parent79989dd37ddf60408199233af1d55e1d898ba438 (diff)
downloadpackages-2db4f25c6ec593c9a5b39878c333ec23db2b3f45.tar.gz
packages-2db4f25c6ec593c9a5b39878c333ec23db2b3f45.zip
Merge pull request #227 from Araq/master
added expat, sphinx packages
-rw-r--r--packages.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 9612b24..5c409be 100644
--- a/packages.json
+++ b/packages.json
@@ -2971,5 +2971,32 @@
"description": "A Quadtree implementation",
"license": "MIT",
"web": "https://github.com/Nycto/QuadtreeNim"
+ },
+ {
+ "name": "expat",
+ "url": "https://github.com/nim-lang/expat",
+ "method": "git",
+ "tags": [
+ "expat",
+ "xml",
+ "parsing"
+ ],
+ "description": "Expat wrapper for Nim",
+ "license": "MIT",
+ "web": "https://github.com/nim-lang/expat"
+ },
+ {
+ "name": "sphinx",
+ "url": "https://github.com/Araq/sphinx",
+ "method": "git",
+ "tags": [
+ "sphinx",
+ "wrapper",
+ "search",
+ "engine"
+ ],
+ "description": "Sphinx wrapper for Nim",
+ "license": "LGPL",
+ "web": "https://github.com/Araq/sphinx"
}
]