mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 07:59:01 +08:00
19 lines
343 B
JSON
19 lines
343 B
JSON
|
{
|
||
|
"name": "air-ctl",
|
||
|
"version": "1.0.0",
|
||
|
"description": "C template container library",
|
||
|
"homepage": "https://github.com/inie0722/CTL",
|
||
|
"license": "BSL-1.0",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|