aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json16
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"
+ }
]