mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
19 lines
389 B
JSON
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
|
|
}
|
|
]
|
|
}
|