diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-06-03 19:12:09 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-06-03 19:12:09 +0100 |
| commit | c1154329ea0109a410e01052cebcf4ac0d3e7d33 (patch) | |
| tree | f8ebf24c9e290ebd954e74bab58f266085db0617 /packages.json | |
| parent | 6e48c6c18da986be9c48bd60d31b254318d6e4b6 (diff) | |
| parent | 48efd0b7c4ca3f4a2c67e0485917ea3c4029feeb (diff) | |
| download | packages-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.json | 9 |
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" } ] |
