vcpkg/ports/simdutf/vcpkg.json
2024-09-16 12:52:41 -07:00

22 lines
491 B
JSON

{
"name": "simdutf",
"version-semver": "5.5.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"
}
}
}