aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/yajl/vcpkg.json
blob: c68354fb5cbfa42dca95ee1df0ea4119296a9d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "yajl",
  "version": "2.1.0",
  "port-version": 5,
  "description": "Yet Another JSON Library",
  "homepage": "https://github.com/lloyd/yajl",
  "license": "ISC",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}