aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/serdepp/vcpkg.json
blob: 0564822b3b39c02c990a73e1d90ff82a154f1f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "serdepp",
  "version": "0.1.4.1",
  "description": "c++ 17 universal serialize deserialize library like rust serde, support libraries: [nlohmann_json, fmt, yaml-cpp, toml11, rapidjson]",
  "homepage": "https://github.com/injae/serdepp",
  "license": "MIT",
  "supports": "!(osx & arm)",
  "dependencies": [
    "magic-enum",
    "nameof",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}