mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 11:49:00 +08:00
24 lines
412 B
JSON
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
|
|
}
|
|
]
|
|
}
|