mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:58:59 +08:00
f5905e204c
* [libslirp] update to 4.7.0 * [libslirp] updated versions
16 lines
400 B
JSON
16 lines
400 B
JSON
{
|
|
"name": "libslirp",
|
|
"version-semver": "4.7.0",
|
|
"description": "libslirp is a user-mode networking library used by virtual machines, containers or various tools.",
|
|
"homepage": "https://gitlab.freedesktop.org/slirp/libslirp",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!windows | mingw",
|
|
"dependencies": [
|
|
"glib",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|