vcpkg/ports/tabulate/vcpkg.json
Alonso Schaich bf64d76062
[tabulate] update to 1.5 (#32174)
* [tabulate] update to 1.5 (microsoft/vcpkg#32173)

* [tabulate] regenerate version registries (microsoft/vcpkg#32173)
2023-06-22 12:50:44 -07:00

18 lines
347 B
JSON

{
"name": "tabulate",
"version": "1.5",
"description": "Table maker for modern C++",
"homepage": "https://github.com/p-ranav/tabulate",
"license": "MIT AND BSL-1.0 AND BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}