diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-26 17:49:02 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-26 17:49:02 +0100 |
| commit | c63295e46695948921c450ce7778a396104615dc (patch) | |
| tree | 5b58c09e54271b8f538d4d2a15e867dbfaa3c05e | |
| parent | addfa81ca54c8ce9fc7cac481578d74fb4b350b6 (diff) | |
| parent | 430f9b9d8e5bb8abc7f1393cf8d9ceee07152811 (diff) | |
| download | packages-c63295e46695948921c450ce7778a396104615dc.tar.gz packages-c63295e46695948921c450ce7778a396104615dc.zip | |
Merge pull request #53 from onionhammer/patch-1
Added shoco string compression
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 5331df8..f580167 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/onionhammer/shoconim" } ] |
