aboutsummaryrefslogtreecommitdiff
path: root/ports/yyjson/vcpkg.json
blob: cd5cc93f100bb6cfc7c28d7a5757aec9041bb18c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "yyjson",
  "version": "0.3.0",
  "description": "A high performance JSON library written in ANSI C",
  "homepage": "https://github.com/ibireme/yyjson",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}