vcpkg/ports/simdutf/vcpkg.json

23 lines
574 B
JSON
Raw Normal View History

2021-09-04 08:03:15 +08:00
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
2021-09-04 08:03:15 +08:00
"name": "simdutf",
"version-semver": "4.0.9",
2021-09-04 08:03:15 +08:00
"description": "Unicode validation and transcoding at billions of characters per second",
"homepage": "https://github.com/simdutf/simdutf",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build the simdutf command line tool for transcoding strings"
}
}
2021-09-04 08:03:15 +08:00
}