mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 20:29:07 +08:00
15 lines
287 B
JSON
15 lines
287 B
JSON
|
{
|
||
|
"name": "libunwind",
|
||
|
"version": "1.7.2",
|
||
|
"description": "Unix libray for portable stack unwinding",
|
||
|
"homepage": "https://www.nongnu.org/libunwind",
|
||
|
"license": "MIT",
|
||
|
"supports": "linux",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|