add nimlz4

This commit is contained in:
didier deshommes 2015-12-23 20:17:20 -06:00
parent 62601eabcd
commit 1277680b08

View File

@ -3784,5 +3784,19 @@
"description": "Implements framework-agnostic native operating system dialogs calls", "description": "Implements framework-agnostic native operating system dialogs calls",
"license": "MIT", "license": "MIT",
"web": "https://github.com/SSPkrolik/nim-native-dialogs" "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"
} }
] ]