mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"name": "libiconv",
|
|
"version": "1.18",
|
|
"port-version": 3,
|
|
"description": [
|
|
"iconv() text conversion.",
|
|
"This port installs GNU libiconv if the system C runtime doesn't provide a suitable iconv() implementation."
|
|
],
|
|
"homepage": "https://www.gnu.org/software/libiconv/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true,
|
|
"platform": "android"
|
|
}
|
|
]
|
|
}
|