mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:59:02 +08:00
a709191a63
* [libidn2] Update to version 2.3.1. * [libidn2] Update CI baseline * Update version database.
19 lines
485 B
JSON
19 lines
485 B
JSON
{
|
|
"name": "libidn2",
|
|
"version": "2.3.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/",
|
|
"dependencies": [
|
|
"libiconv",
|
|
{
|
|
"name": "libunistring",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|