vcpkg/ports/simdutf/vcpkg.json

22 lines
491 B
JSON
Raw Normal View History

2021-09-04 08:03:15 +08:00
{
"name": "simdutf",
2024-09-17 03:52:41 +08:00
"version-semver": "5.5.0",
2021-09-04 08:03:15 +08:00
"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": {
2024-07-19 00:40:36 +08:00
"description": "Build the fastbase64 and simdutf command line tools for transcoding strings"
}
}
2021-09-04 08:03:15 +08:00
}