mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:49:09 +08:00
cf20e29526
macOS 14.2.1 on amd64, 14.3 on arm64 XCode Console Tools 15.1 Other changes: macOS install is done from the installers rather than from the recovery partition readme.md is now written for a vcpkg-team audience vagrant is removed as a dependency so that discussion of how to persist the VMs between machines could be included arm64 is added using https://github.com/s-u/macosvm
25 lines
466 B
JSON
25 lines
466 B
JSON
{
|
|
"name": "libopensp",
|
|
"version": "1.5.2",
|
|
"port-version": 3,
|
|
"description": "SGML parser algorithm",
|
|
"homepage": "http://openjade.sourceforge.net",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"platform": "!(windows | uwp)"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|