aboutsummaryrefslogtreecommitdiff
path: root/ports/simdjson/vcpkg.json
blob: 4a8e8878397b56038ea9d854a0643608fcbf9910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "simdjson",
  "version": "0.9.2",
  "description": "A extremely fast JSON library that can parse gigabytes of JSON per second",
  "homepage": "https://simdjson.org/",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}