mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:39:00 +08:00
23e74ca2c2
* [turbobase64] Fix maintainer guideline violations * [turbobase64] Update version database
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"name": "turbobase64",
|
|
"version-date": "2020-01-12",
|
|
"port-version": 3,
|
|
"description": "Fastest Base64 SIMD/Neon library",
|
|
"homepage": "https://github.com/powturbo/Turbo-Base64",
|
|
"license": "GPL-3.0-only",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|