mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
22 lines
442 B
JSON
22 lines
442 B
JSON
{
|
|
"name": "nss",
|
|
"version": "3.99",
|
|
"port-version": 1,
|
|
"description": "Network Security Services from Mozilla",
|
|
"homepage": "https://ftp.mozilla.org/pub/security/nss/releases/",
|
|
"license": "MPL-2.0",
|
|
"supports": "windows & !arm & !xbox",
|
|
"dependencies": [
|
|
"nspr",
|
|
"sqlite3",
|
|
{
|
|
"name": "vcpkg-tool-gyp-next",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-mozbuild",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|