Added package huffman (#1475)

This commit is contained in:
flywind 2020-05-16 23:58:36 +08:00 committed by GitHub
parent 8efee5dc22
commit b28b8892e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17871,6 +17871,19 @@
"license": "MIT",
"web": "https://github.com/bung87/finder"
},
{
"name": "huffman",
"url": "https://github.com/xzeshen/huffman",
"method": "git",
"tags": [
"huffman",
"encode",
"decode"
],
"description": "Huffman encode/decode for Nim.",
"license": "Apache-2.0",
"web": "https://github.com/xzeshen/huffman"
},
{
"name": "bio",
"url": "https://github.com/xzeshen/bio",