aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zoe/vcpkg.json
blob: d0d9bc9e3a6b498738b423d6adbd3520f9e459b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "zoe",
  "version": "3.5",
  "maintainers": "winsoft666 <winsoft666@outlook.com>",
  "description": "C++ File Download Library.",
  "homepage": "https://github.com/winsoft666/zoe",
  "supports": "!uwp & !android",
  "dependencies": [
    {
      "name": "curl",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}