vcpkg/ports/libmicrodns/vcpkg.json
Cedric GNIEWEK 343319653a
[libmicrodns] Add new port (#25660)
* [libmicrodns] Add new port

* [libmicrodns] Add version
2022-07-13 13:48:45 -07:00

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
}
]
}