mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:39:01 +08:00
12 lines
281 B
JSON
12 lines
281 B
JSON
|
{
|
||
|
"name": "munit",
|
||
|
"version-string": "2019-04-06",
|
||
|
"port-version": 2,
|
||
|
"description": "A small but full-featured unit testing framework for C",
|
||
|
"homepage": "https://github.com/nemequ/munit",
|
||
|
"supports": "!(arm | arm64 | uwp)",
|
||
|
"dependencies": [
|
||
|
"tool-meson"
|
||
|
]
|
||
|
}
|