Add package lz77 (#1469)

This commit is contained in:
sealmove 2020-05-11 11:34:45 +02:00 committed by GitHub
parent caffc66fb4
commit 35be775479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17826,5 +17826,23 @@
"description": "A browser automation library written in Nim",
"license": "MIT",
"web": "https://github.com/halonium/halonium"
},
{
"name": "lz77",
"url": "https://github.com/sealmove/LZ77",
"method": "git",
"tags": [
"library",
"compress",
"decompress",
"encode",
"decode",
"huffman",
"mam",
"prefetch"
],
"description": "Implementation of various LZ77 algorithms",
"license": "MIT",
"web": "https://github.com/sealmove/LZ77"
}
]