aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/json-c/vcpkg.json
blob: 99b06dd5a67623248803e9317796b7ec6ea1bed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "json-c",
  "version": "0.18-20240915",
  "description": "A JSON implementation in C",
  "homepage": "https://github.com/json-c/json-c",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}