mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:39:00 +08:00
19 lines
387 B
JSON
19 lines
387 B
JSON
{
|
|
"name": "utf8-range",
|
|
"version-date": "2023-11-09",
|
|
"description": "Fast UTF-8 validation with Range algorithm (NEON+SSE4+AVX2)",
|
|
"homepage": "https://github.com/protocolbuffers/protobuf",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"abseil",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|