mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:41:38 +08:00
16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"name": "libmicrodns",
|
|
"version": "0.2.0",
|
|
"port-version": 2,
|
|
"description": "Minimal mDNS resolver (and announcer) library",
|
|
"homepage": "https://github.com/videolabs/libmicrodns",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!xbox & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|