aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/staticjson/vcpkg.json
blob: a37757a2617a8b4e2fa0e5d6a313ae5a290fb4d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  "name": "staticjson",
  "version": "1.0.0",
  "description": "Fast, direct and static typed parsing of JSON with C++",
  "homepage": "https://github.com/netheril96/StaticJSON",
  "license": "MIT",
  "dependencies": [
    "rapidjson",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}