19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"name": "cmocka",
|
|
"version-date": "2020-08-01",
|
|
"port-version": 3,
|
|
"description": "An elegant unit testing framework for C with support for mock objects",
|
|
"homepage": "https://cmocka.org/",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|