vcpkg/ports/turbobase64/vcpkg.json
2024-10-29 14:05:38 -07:00

19 lines
389 B
JSON

{
"name": "turbobase64",
"version": "2023.8",
"description": "Fastest Base64 SIMD/Neon library",
"homepage": "https://github.com/powturbo/Turbo-Base64",
"license": "GPL-3.0-only",
"supports": "!android & !(windows & arm)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}