mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
28 lines
666 B
JSON
28 lines
666 B
JSON
{
|
|
"name": "libidn2",
|
|
"version": "2.3.7",
|
|
"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": [
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"gettext-libintl"
|
|
]
|
|
}
|
|
}
|
|
}
|