aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/oatpp/vcpkg.json
blob: 1089200e1cb688e3a8c0411468a03b26decabf46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "oatpp",
  "version": "1.3.1",
  "description": "Modern web framework.",
  "homepage": "https://github.com/oatpp/oatpp",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}