From 000c1e835f121a6d53bda7b51486fc7d81a3b1ba Mon Sep 17 00:00:00 2001 From: onionhammer Date: Fri, 25 Apr 2014 20:32:23 -0500 Subject: [PATCH] Added shoco string compression --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 5331df8..36ad97f 100644 --- a/packages.json +++ b/packages.json @@ -640,5 +640,14 @@ "description":"A library to provide abstract access to various archives.", "license":"WTFPL", "web":"https://github.com/fowlmouth/physfs" + }, + { + "name":"shoco", + "url":"https://github.com/onionhammer/shoconim.git", + "method":"git", + "tags":["compression","shoco"], + "description":"A fast compressor for short strings", + "license": "MIT", + "web":"https://github.com/Ed-von-Schleck/shoco" } ]