mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 16:49:10 +08:00
16 lines
352 B
JSON
16 lines
352 B
JSON
|
{
|
||
|
"name": "uchardet",
|
||
|
"version-string": "2020-04-26",
|
||
|
"port-version": 1,
|
||
|
"description": "An encoding detector library ported from Mozilla",
|
||
|
"homepage": "https://cgit.freedesktop.org/uchardet/uchardet/",
|
||
|
"features": {
|
||
|
"tool": {
|
||
|
"description": "Build uchardet CLI tool",
|
||
|
"dependencies": [
|
||
|
"getopt"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|