vcpkg/ports/libunistring/vcpkg.json
Kai Pastor 2871ddd918
[libunistring] Enable uwp (#27749)
* [libunistring] Enable uwp

* [libidn2] Use libunistring also on uwp
2022-11-10 10:48:27 -08:00

12 lines
379 B
JSON

{
"name": "libunistring",
"version": "1.1",
"port-version": 1,
"description": "GNU libunistring provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.",
"homepage": "https://www.gnu.org/software/libunistring/",
"license": "LGPL-3.0-or-later OR GPL-2.0-or-later",
"dependencies": [
"libiconv"
]
}