mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
19 lines
352 B
JSON
19 lines
352 B
JSON
{
|
|
"name": "cello",
|
|
"version-date": "2019-07-23",
|
|
"port-version": 4,
|
|
"description": "Higher level programming in C",
|
|
"homepage": "https://libcello.org/",
|
|
"license": "BSD-2-Clause-Views",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|