aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rapidjson/vcpkg.json
blob: 9141abc422911202a75550dab0c456b96ff75481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "rapidjson",
  "version-date": "2025-02-26",
  "description": "A fast JSON parser/generator for C++ with both SAX/DOM style API <http://rapidjson.org/>",
  "homepage": "http://rapidjson.org/",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}