2021-09-04 08:03:15 +08:00
|
|
|
{
|
2023-08-11 01:24:31 +08:00
|
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
2021-09-04 08:03:15 +08:00
|
|
|
"name": "simdutf",
|
2024-03-05 17:23:22 +08:00
|
|
|
"version-semver": "4.0.9",
|
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
|
|
|
|
}
|
2023-08-11 01:24:31 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
|
|
|
"description": "Build the simdutf command line tool for transcoding strings"
|
|
|
|
}
|
|
|
|
}
|
2021-09-04 08:03:15 +08:00
|
|
|
}
|