vcpkg/ports/libidn2/vcpkg.json
Kai Pastor 2871ddd918
[libunistring] Enable uwp (#27749)
* [libunistring] Enable uwp

* [libidn2] Use libunistring also on uwp
2022-11-10 10:48:27 -08:00

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