mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 07:09:00 +08:00
250d7a0827
* [gmime] Use pkg-config for libidn2 * Update, drop CMake, control nls/gettext, copyright * Update versions * Feature nls everywhere
30 lines
685 B
JSON
30 lines
685 B
JSON
{
|
|
"name": "libidn2",
|
|
"version": "2.3.4",
|
|
"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",
|
|
{
|
|
"name": "libunistring",
|
|
"platform": "!uwp"
|
|
}
|
|
],
|
|
"features": {
|
|
"nls": {
|
|
"description": "Enable native language support",
|
|
"dependencies": [
|
|
"gettext",
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|