Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

26 lines
510 B
JSON

{
"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"
]
}
}
}