mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
23 lines
438 B
JSON
23 lines
438 B
JSON
{
|
|
"name": "kerbal",
|
|
"version": "2024.11.1",
|
|
"description": "Kerbal C++ Template Library",
|
|
"homepage": "https://github.com/WentsingNee/Kerbal",
|
|
"license": "LGPL-3.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"pretty-printer": {
|
|
"description": "Pretty printer support for kerbal"
|
|
}
|
|
}
|
|
}
|