vcpkg/ports/libidn2/vcpkg.json
2023-10-12 19:34:46 -07:00

28 lines
658 B
JSON

{
"name": "libidn2",
"version": "2.3.4",
"port-version": 3,
"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"
]
}
]
}
}
}