mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
1c96061099
* [uchardet] update to v0.0.8 * update version * add license * update version * update version * update version
26 lines
510 B
JSON
26 lines
510 B
JSON
{
|
|
"name": "uchardet",
|
|
"version": "0.0.8",
|
|
"description": "An encoding detector library ported from Mozilla.",
|
|
"homepage": "https://cgit.freedesktop.org/uchardet/uchardet/",
|
|
"license": "GPL-2.0 AND MPL-1.1",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tool": {
|
|
"description": "Build uchardet CLI tool.",
|
|
"dependencies": [
|
|
"getopt"
|
|
]
|
|
}
|
|
}
|
|
}
|