mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
bf64d76062
* [tabulate] update to 1.5 (microsoft/vcpkg#32173) * [tabulate] regenerate version registries (microsoft/vcpkg#32173)
18 lines
347 B
JSON
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
|
|
}
|
|
]
|
|
}
|