blob: 67f03f8e237737784381acd3289d47cf2460ce9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "simdutf",
"version-semver": "1.0.0",
"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
}
]
}
|