Merge branch 'patch-1' of https://github.com/dfdeshom/packages into dfdeshom-patch-1

This commit is contained in:
Dominik Picheta 2015-12-28 12:05:31 +00:00
commit 5ad8c7d5d2

View File

@ -3786,6 +3786,7 @@
"web": "https://github.com/SSPkrolik/nim-native-dialogs"
},
{
<<<<<<< HEAD
"name": "variant",
"url": "https://github.com/yglukhov/variant.git",
"method": "git",
@ -3808,5 +3809,19 @@
"description": "Module to provide an interface as similar as possible to Python's math libary",
"license": "MIT",
"web": "https://github.com/achesak/nim-pythonmath"
},
{
"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"
}
]