mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 03:29:12 +08:00
18 lines
330 B
JSON
18 lines
330 B
JSON
|
{
|
||
|
"name": "kerbal",
|
||
|
"version": "2023.12.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
|
||
|
}
|
||
|
]
|
||
|
}
|