vcpkg/ports/utf8-range/vcpkg.json
2023-12-13 23:37:27 -08:00

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
}
]
}