mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 22:00:13 +08:00
90024c5770
* add port ctl * update version database * use vcpkg_from_github * update version database * rename air-ctl * . * update version * Update portfile.cmake * update version Co-authored-by: 然Y <inie0722.gmail.com>
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
|
|
}
|
|
]
|
|
}
|