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