From 1277680b08c155ce74c1ea863e27288c43ab8ef2 Mon Sep 17 00:00:00 2001 From: didier deshommes Date: Wed, 23 Dec 2015 20:17:20 -0600 Subject: [PATCH] add nimlz4 --- packages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 486291a..985eae2 100644 --- a/packages.json +++ b/packages.json @@ -3784,5 +3784,19 @@ "description": "Implements framework-agnostic native operating system dialogs calls", "license": "MIT", "web": "https://github.com/SSPkrolik/nim-native-dialogs" - } + }, + { + "name": "nimlz4", + "url": "https://github.com/dfdeshom/nimlz4.git", + "method": "git", + "tags": [ + "wrapper", + "compression", + "lzo", + "lz4" + ], + "description": "Nim wrapper for the LZ4 library. There is also a high-level API for easy use", + "license": "BSD", + "web": "https://github.com/dfdeshom/nimlz4" + } ]