aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ripper37-libbase/vcpkg.json
blob: 460da103ee99dee4acb03039af2a46fd2ba2a6e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "name": "ripper37-libbase",
  "version": "1.1.2",
  "description": "Standalone reimplementation of //base module from Chromium",
  "homepage": "https://github.com/RippeR37/libbase",
  "documentation": "https://ripper37.github.io/libbase",
  "license": "MIT",
  "dependencies": [
    {
      "name": "glog",
      "features": [
        "customprefix"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "net",
    {
      "name": "win",
      "platform": "windows"
    }
  ],
  "features": {
    "net": {
      "description": "Networking module",
      "dependencies": [
        "curl"
      ]
    },
    "win": {
      "description": "Integration module for WinAPI",
      "supports": "windows"
    },
    "wx": {
      "description": "Integration module for wxWidgets",
      "dependencies": [
        "wxwidgets"
      ]
    }
  }
}