vcpkg/ports/utf8-range/vcpkg.json

19 lines
378 B
JSON
Raw Permalink Normal View History

2023-12-14 08:37:27 +01:00
{
"name": "utf8-range",
"version": "5.29.1",
2023-12-14 08:37:27 +01:00
"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
}
]
}