vcpkg/ports/utf8-range/vcpkg.json

19 lines
387 B
JSON
Raw Normal View History

2023-12-14 15:37:27 +08:00
{
"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
}
]
}