aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/jansson/vcpkg.json
blob: 4697f9e5e84b1c5a6ba315b17c9a8413d78e6def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "jansson",
  "version": "2.14.1",
  "description": "Jansson is a C library for encoding, decoding and manipulating JSON data",
  "homepage": "https://github.com/akheron/jansson",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}