diff options
Diffstat (limited to 'vcpkg/ports/simdutf/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/simdutf/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/simdutf/vcpkg.json b/vcpkg/ports/simdutf/vcpkg.json new file mode 100644 index 0000000..874f6b8 --- /dev/null +++ b/vcpkg/ports/simdutf/vcpkg.json @@ -0,0 +1,22 @@ +{ + "name": "simdutf", + "version-semver": "7.5.0", + "description": "Unicode validation and transcoding at billions of characters per second", + "homepage": "https://github.com/simdutf/simdutf", + "license": "Apache-2.0 OR MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tools": { + "description": "Build the fastbase64 and simdutf command line tools for transcoding strings" + } + } +} |