vcpkg/ports/kerbal/vcpkg.json
2024-11-26 06:27:03 +00:00

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"
}
}
}