mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 05:30:01 +08:00
89c4fdfbe4
* unrar only support windows * update * update * mdnsresponder only support windows * --amend * add !uwp to supports * add !arm64 to supports * Update ports/mdnsresponder/vcpkg.json Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
9 lines
289 B
JSON
9 lines
289 B
JSON
{
|
|
"name": "mdnsresponder",
|
|
"version": "878.270.2",
|
|
"port-version": 1,
|
|
"description": "The mDNSResponder project is a component of Bonjour, Apple's ease-of-use IP networking initiative.",
|
|
"homepage": "https://developer.apple.com/bonjour/",
|
|
"supports": "windows & !uwp & !arm"
|
|
}
|