aboutsummaryrefslogtreecommitdiff
path: root/ports/libmicrohttpd/vcpkg.json
blob: d8a44ce57b11f7a97b19e87a51989bdc51e7905f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "libmicrohttpd",
  "version": "0.9.63",
  "port-version": 6,
  "description": "GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application",
  "homepage": "https://www.gnu.org/software/libmicrohttpd/",
  "supports": "!(arm | uwp)",
  "dependencies": [
    {
      "name": "gettext",
      "platform": "!windows"
    }
  ]
}