mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:59:05 +08:00
8f9797fbb4
Co-authored-by: WentsingNee <8090395+wentsingnee@user.noreply.gitee.com>
23 lines
437 B
JSON
23 lines
437 B
JSON
{
|
|
"name": "kerbal",
|
|
"version": "2024.7.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"
|
|
}
|
|
}
|
|
}
|