mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 22:09:05 +08:00
14 lines
298 B
JSON
14 lines
298 B
JSON
|
{
|
||
|
"name": "libmicrodns",
|
||
|
"version": "0.2.0",
|
||
|
"description": "Minimal mDNS resolver (and announcer) library",
|
||
|
"homepage": "https://github.com/videolabs/libmicrodns",
|
||
|
"license": "LGPL-2.1-or-later",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-tool-meson",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|