mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 18:09:00 +08:00
23 lines
590 B
JSON
23 lines
590 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "simdutf",
|
|
"version-semver": "5.3.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"
|
|
}
|
|
}
|
|
}
|