From 631d260836b0288470b87d4efac2bfcee3c9eb78 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 30 Jul 2016 20:25:18 +0200 Subject: [PATCH] Merge #389, #388, #387, #386 manually. Closes #389. Closes #388. Closes #387. Closes #386. --- packages.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) 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" } ]