mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:16:37 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
16 lines
342 B
JSON
16 lines
342 B
JSON
{
|
|
"name": "libmicrodns",
|
|
"version": "0.2.0",
|
|
"port-version": 1,
|
|
"description": "Minimal mDNS resolver (and announcer) library",
|
|
"homepage": "https://github.com/videolabs/libmicrodns",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|