mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 18:49:07 +08:00
20 lines
378 B
JSON
20 lines
378 B
JSON
|
{
|
||
|
"name": "libdwarf",
|
||
|
"version": "0.8.0",
|
||
|
"description": "A library for reading DWARF2 and later DWARF.",
|
||
|
"homepage": "https://github.com/davea42/libdwarf-code",
|
||
|
"license": "LGPL-2.1-only",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
"zlib",
|
||
|
"zstd"
|
||
|
]
|
||
|
}
|