2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "uchardet",
|
2021-09-14 05:58:13 +08:00
|
|
|
"version-date": "2021-09-03",
|
2021-12-28 05:04:01 +08:00
|
|
|
"port-version": 2,
|
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/",
|
2021-09-14 05:58:13 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|