aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/daw-json-link/vcpkg.json
blob: 4a976a93e0c65f2ba02c21a9d0ce3871d813af0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "daw-json-link",
  "version": "3.30.2",
  "description": "Perhaps the fastest JSON deserializer/serializer posssible or at least close to it.",
  "homepage": "https://github.com/beached/daw_json_link",
  "license": "BSL-1.0",
  "dependencies": [
    "daw-utf-range",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}