vcpkg/ports/libsoup/vcpkg.json
2024-10-11 10:30:59 -04:00

24 lines
412 B
JSON

{
"name": "libsoup",
"version": "3.6.0",
"description": "HTTP Library for GLib",
"homepage": "https://libsoup.org",
"license": "LGPL-2.0-or-later",
"supports": "!uwp & !xbox",
"dependencies": [
"glib",
{
"name": "glib",
"host": true
},
"glib-networking",
"libpsl",
"nghttp2",
"sqlite3",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}