diff options
| author | didier deshommes <dfdeshom@gmail.com> | 2015-12-23 20:17:20 -0600 |
|---|---|---|
| committer | didier deshommes <dfdeshom@gmail.com> | 2015-12-23 20:17:20 -0600 |
| commit | 1277680b08c155ce74c1ea863e27288c43ab8ef2 (patch) | |
| tree | 13f33a6c1abe363ac7a23d7a82763b8ee2a29039 | |
| parent | 62601eabcd02132ae80f3568f97e46266f28ffd8 (diff) | |
| download | packages-1277680b08c155ce74c1ea863e27288c43ab8ef2.tar.gz packages-1277680b08c155ce74c1ea863e27288c43ab8ef2.zip | |
add nimlz4
| -rw-r--r-- | packages.json | 16 |
1 files changed, 15 insertions, 1 deletions
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" + } ] |
