2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "uchardet",
|
2023-02-22 00:08:59 +08:00
|
|
|
"version": "0.0.8",
|
2021-09-14 05:58:13 +08:00
|
|
|
"description": "An encoding detector library ported from Mozilla.",
|
2021-09-09 16:24:04 +08:00
|
|
|
"homepage": "https://cgit.freedesktop.org/uchardet/uchardet/",
|
2023-02-22 00:08:59 +08:00
|
|
|
"license": "GPL-2.0 AND MPL-1.1",
|
2021-09-14 05:58:13 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2023-02-22 00:08:59 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-09-14 05:58:13 +08:00
|
|
|
}
|
|
|
|
],
|
2021-09-09 16:24:04 +08:00
|
|
|
"features": {
|
|
|
|
"tool": {
|
2021-09-14 05:58:13 +08:00
|
|
|
"description": "Build uchardet CLI tool.",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"getopt"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|