aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy ☭ <rgv151@users.noreply.github.com>2015-06-04 01:00:19 +0700
committerHuy ☭ <rgv151@users.noreply.github.com>2015-06-04 01:00:19 +0700
commit48efd0b7c4ca3f4a2c67e0485917ea3c4029feeb (patch)
treef8ebf24c9e290ebd954e74bab58f266085db0617
parent6e48c6c18da986be9c48bd60d31b254318d6e4b6 (diff)
downloadpackages-48efd0b7c4ca3f4a2c67e0485917ea3c4029feeb.tar.gz
packages-48efd0b7c4ca3f4a2c67e0485917ea3c4029feeb.zip
add q package
Simple package for query HTML/XML elements using a CSS3 or jQuery-like selector syntax
-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"
}
]