aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/simdutf/vcpkg.json
blob: 874f6b8812db6a70180b2fba32f3b2dadb743219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
    }
  }
}