vcpkg/ports/utf8-range/vcpkg.json

19 lines
378 B
JSON
Raw Normal View History

2023-12-14 08:37:27 +01:00
{
"name": "utf8-range",
2024-11-27 22:35:19 +01:00
"version": "5.28.3",
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
}
]
}