aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mongoose/vcpkg.json
blob: f91f472b522fe5a229e1cea8e19f98f259de0160 (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
{
  "name": "mongoose",
  "version": "7.19",
  "description": "Embedded web server / embedded networking library",
  "homepage": "https://cesanta.com/",
  "license": null,
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "pack": {
      "description": "Build pack for embedding read-only filesystems"
    },
    "ssl": {
      "description": "Build with openssl",
      "dependencies": [
        "openssl"
      ]
    }
  }
}