aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-06-03 19:12:09 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-06-03 19:12:09 +0100
commitc1154329ea0109a410e01052cebcf4ac0d3e7d33 (patch)
treef8ebf24c9e290ebd954e74bab58f266085db0617 /packages.json
parent6e48c6c18da986be9c48bd60d31b254318d6e4b6 (diff)
parent48efd0b7c4ca3f4a2c67e0485917ea3c4029feeb (diff)
downloadpackages-c1154329ea0109a410e01052cebcf4ac0d3e7d33.tar.gz
packages-c1154329ea0109a410e01052cebcf4ac0d3e7d33.zip
Merge pull request #182 from rgv151/patch-4
add q package
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 548b67a..22faa06 100644
--- a/packages.json
+++ b/packages.json
@@ -1623,5 +1623,14 @@
"description": "One Time Password library for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/otp.nim"
+ },
+ {
+ "name": "q",
+ "url": "https://github.com/rgv151/q.nim",
+ "method": "git",
+ "tags": ["css", "selector", "query", "match", "find", "html", "xml", "jquery"],
+ "description": "Simple package for query HTML/XML elements using a CSS3 or jQuery-like selector syntax",
+ "license": "MIT",
+ "web": "https://github.com/rgv151/q.nim"
}
]