21 lines
437 B
JSON
Executable file
21 lines
437 B
JSON
Executable file
{
|
|
"name": "uchardet",
|
|
"version-date": "2021-09-03",
|
|
"port-version": 2,
|
|
"description": "An encoding detector library ported from Mozilla.",
|
|
"homepage": "https://cgit.freedesktop.org/uchardet/uchardet/",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tool": {
|
|
"description": "Build uchardet CLI tool.",
|
|
"dependencies": [
|
|
"getopt"
|
|
]
|
|
}
|
|
}
|
|
}
|