mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:09:07 +08:00
9eff776b7d
* [libproxy] * [nspr] * version * [libproxy] Fix unused variables * version
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"name": "nspr",
|
|
"version": "4.33",
|
|
"port-version": 2,
|
|
"description": "Netscape portable runtime",
|
|
"homepage": "https://releases.mozilla.org/pub/nspr/",
|
|
"license": "MPL-2.0",
|
|
"supports": "windows & !(arm | uwp | static)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-tool-mozbuild",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|