mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:09:00 +08:00
15 lines
310 B
JSON
15 lines
310 B
JSON
|
{
|
||
|
"name": "nspr",
|
||
|
"version": "4.33",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|