Merge pull request #918 from jangko/add_snappy

add snappy package
This commit is contained in:
Dominik Picheta 2018-11-02 21:59:43 +00:00 committed by GitHub
commit 5ccf875649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11298,5 +11298,18 @@
"license": "CC0",
"web": "https://github.com/ijneb/nimetry",
"doc": "https://ijneb.github.io/nimetry"
},
{
"name": "snappy",
"url": "https://github.com/jangko/snappy",
"method": "git",
"tags": [
"compression",
"snappy",
"lzw"
],
"description": "Nim implementation of Snappy compression algorithm",
"license": "MIT",
"web": "https://github.com/jangko/snappy"
}
]