vcpkg/ports/turbobase64/vcpkg.json
Henrik Gaßmann 23e74ca2c2
[Turbobase64] Adopt maintainer guidelines (#26498)
* [turbobase64] Fix maintainer guideline violations

* [turbobase64] Update version database
2022-08-25 10:44:12 -07:00

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
}
]
}