mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
20 lines
368 B
JSON
20 lines
368 B
JSON
{
|
|
"name": "libdwarf",
|
|
"version": "0.11.0",
|
|
"description": "A library for reading DWARF2 and later DWARF.",
|
|
"homepage": "https://github.com/davea42/libdwarf-code",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|