blob: d56b35de043c95feccae45621d3e5af2c31bc66e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"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"
]
}
}
}
|