mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 15:21:37 +08:00
21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"name": "nss",
|
|
"version": "3.99",
|
|
"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
|
|
}
|
|
]
|
|
}
|