vcpkg/ports/simdutf/vcpkg.json

22 lines
491 B
JSON
Raw Normal View History

2021-09-04 02:03:15 +02:00
{
"name": "simdutf",
2024-10-14 22:25:14 +02:00
"version-semver": "5.6.0",
2021-09-04 02:03:15 +02: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-18 12:40:36 -04:00
"description": "Build the fastbase64 and simdutf command line tools for transcoding strings"
}
}
2021-09-04 02:03:15 +02:00
}