vcpkg/ports/simdutf/vcpkg.json
2024-10-14 13:25:14 -07:00

22 lines
491 B
JSON

{
"name": "simdutf",
"version-semver": "5.6.0",
"description": "Unicode validation and transcoding at billions of characters per second",
"homepage": "https://github.com/simdutf/simdutf",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build the fastbase64 and simdutf command line tools for transcoding strings"
}
}
}