vcpkg/ports/nspr/vcpkg.json
Thomas1664 9eff776b7d
[libproxy, nspr] Fix cmake warnings (#24809)
* [libproxy]

* [nspr]

* version

* [libproxy] Fix unused variables

* version
2022-05-20 14:35:06 -07:00

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
}
]
}