aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]