vcpkg/ports/tidy-html5/vcpkg.json
2024-10-02 15:04:17 -04:00

19 lines
449 B
JSON

{
"name": "tidy-html5",
"version": "5.8.0",
"port-version": 2,
"description": "Tidy tidies HTML and XML. It can tidy your documents by itself, and developers can easily integrate its features into even more powerful tools.",
"homepage": "https://www.html-tidy.org",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}