aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-07-30 20:25:18 +0200
committerDominik Picheta <dominikpicheta@gmail.com>2016-07-30 20:25:18 +0200
commit631d260836b0288470b87d4efac2bfcee3c9eb78 (patch)
treeafed3032d4fbd7646bda34b753200b7ba5c34512 /packages.json
parenta436af34cf44ac033b1b4cb9fd452515c446ee9b (diff)
downloadpackages-631d260836b0288470b87d4efac2bfcee3c9eb78.tar.gz
packages-631d260836b0288470b87d4efac2bfcee3c9eb78.zip
Merge #389, #388, #387, #386 manually.
Closes #389. Closes #388. Closes #387. Closes #386.
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 51637d6..86298a4 100644
--- a/packages.json
+++ b/packages.json
@@ -5002,5 +5002,55 @@
"web": "https://github.com/FedericoCeratto/nim-seccomp",
"url": "https://github.com/FedericoCeratto/nim-seccomp",
"method": "git"
+ },
+ {
+ "name": "AntTweakBar",
+ "tags": [
+ "gui",
+ "opengl",
+ "rendering"
+ ],
+ "method": "git",
+ "license": "MIT",
+ "web": "https://github.com/krux02/nimAntTweakBar",
+ "url": "https://github.com/krux02/nimAntTweakBar",
+ "description": "nim wrapper around the AntTweakBar c library"
+ },
+ {
+ "name": "slimdown",
+ "tags": [
+ "markdown",
+ "parser",
+ "library"
+ ],
+ "method": "git",
+ "license": "MIT",
+ "web": "https://github.com/ruivieira/nim-slimdown",
+ "url": "https://github.com/ruivieira/nim-slimdown",
+ "description": "Nim module that converts Markdown text to HTML using only regular expressions. Based on jbroadway's Slimdown."
+ },
+ {
+ "name": "taglib",
+ "description": "TagLib Audio Meta-Data Library wrapper",
+ "license": "MIT",
+ "tags": [
+ "audio",
+ "metadata",
+ "tags",
+ "library",
+ "wrapper"
+ ],
+ "url": "https://github.com/alex-laskin/nim-taglib",
+ "web": "https://github.com/alex-laskin/nim-taglib",
+ "method": "git"
+ },
+ {
+ "name": "des",
+ "description": "3DES native library for Nim",
+ "tags": ["library", "encryption", "crypto"],
+ "license": "MIT",
+ "web": "https://github.com/LucaWolf/des.nim",
+ "url": "https://github.com/LucaWolf/des.nim",
+ "method": "git"
}
]