mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:09:06 +08:00
22 lines
491 B
JSON
22 lines
491 B
JSON
{
|
|
"name": "simdutf",
|
|
"version-semver": "5.6.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"
|
|
}
|
|
}
|
|
}
|