mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 15:28:59 +08:00
408443118c
* Add port libunistring * Mark Windows (non-mingw) unsupported * x-add-version
11 lines
333 B
JSON
11 lines
333 B
JSON
{
|
|
"name": "libunistring",
|
|
"version": "0.9.10",
|
|
"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/",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"libiconv"
|
|
]
|
|
}
|