aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/jigson/vcpkg.json
blob: 2061b4001272b6cff71867c6e18132c4f2fb97f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "jigson",
  "version": "0.1.3",
  "description": "A simple C++ library designed to facilitate easy mapping from json content to a class model.",
  "homepage": "https://github.com/JoshuaSledden/Jigson",
  "license": "MIT",
  "dependencies": [
    "nlohmann-json",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}