add nimwebp package (#1378)

Co-authored-by: bromund <60217815+bromund@users.noreply.github.com>
This commit is contained in:
Volodymyr Melnychuk 2020-02-29 08:28:19 +02:00 committed by GitHub
parent 16e39de3a3
commit 3aa4626a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16769,5 +16769,18 @@
"description": "Luhn's Algorithm implementation in Nim",
"license": "MIT",
"web": "https://github.com/sigmapie8/luhny"
},
{
"name": "nimwebp",
"url": "https://github.com/tormund/nimwebp",
"method": "git",
"tags": [
"webp",
"encoder",
"decoder"
],
"description": "Webp encoder and decoder bindings for Nim",
"license": "MIT",
"web": "https://github.com/tormund/nimwebp"
}
]