mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 19:39:06 +08:00
5b66fdd442
* [uchardet] Update to 2021-09-03 * [uchardet] Bump version * [uchardet] Fix UWP build * [uchardet] Overwrite version * [uchardet] Add version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
21 lines
416 B
JSON
21 lines
416 B
JSON
{
|
|
"name": "uchardet",
|
|
"version-date": "2021-09-03",
|
|
"description": "An encoding detector library ported from Mozilla.",
|
|
"homepage": "https://cgit.freedesktop.org/uchardet/uchardet/",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tool": {
|
|
"description": "Build uchardet CLI tool.",
|
|
"dependencies": [
|
|
"getopt"
|
|
]
|
|
}
|
|
}
|
|
}
|