aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsoup/vcpkg.json
blob: e95a130b653d53b9950419d1e462e648d7e1fbac (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
{
  "name": "libsoup",
  "version": "3.6.5",
  "description": "HTTP Library for GLib",
  "homepage": "https://libsoup.gnome.org/",
  "license": "LGPL-2.0-or-later",
  "supports": "!uwp & !xbox",
  "dependencies": [
    "glib",
    {
      "name": "glib",
      "host": true
    },
    "glib-networking",
    "libpsl",
    "nghttp2",
    {
      "name": "sqlite3",
      "default-features": false
    },
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ]
}