mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
2871ddd918
* [libunistring] Enable uwp * [libidn2] Use libunistring also on uwp
28 lines
658 B
JSON
28 lines
658 B
JSON
{
|
|
"name": "libidn2",
|
|
"version": "2.3.4",
|
|
"port-version": 1,
|
|
"description": "GNU Libidn is an implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names.",
|
|
"homepage": "https://www.gnu.org/software/libidn/",
|
|
"license": null,
|
|
"dependencies": [
|
|
"libiconv",
|
|
"libunistring"
|
|
],
|
|
"features": {
|
|
"nls": {
|
|
"description": "Enable native language support",
|
|
"dependencies": [
|
|
"gettext",
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|