aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2015-12-28 12:05:31 +0000
committerDominik Picheta <dominikpicheta@gmail.com>2015-12-28 12:05:31 +0000
commit5ad8c7d5d20434595bb7055b7a2654ef25c442bd (patch)
treedd8e933f7cc9fe412c8f4e121173b73dc012d9dc
parent2e58531104d75391c7cf8f45829107c219fb6d55 (diff)
parent1277680b08c155ce74c1ea863e27288c43ab8ef2 (diff)
downloadpackages-5ad8c7d5d20434595bb7055b7a2654ef25c442bd.tar.gz
packages-5ad8c7d5d20434595bb7055b7a2654ef25c442bd.zip
Merge branch 'patch-1' of https://github.com/dfdeshom/packages into dfdeshom-patch-1
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 5c180fa..f2d7579 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
]