aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/jsoncpp/vcpkg.json
blob: 4ca5d1fee6d69e3bb08a9ee0d3540be041ff3459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "jsoncpp",
  "version": "1.9.6",
  "description": "JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.",
  "homepage": "https://github.com/open-source-parsers/jsoncpp",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}