mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:06:06 +08:00
e1335bd1c2
* [libdwarf] Fixes * version * fix file conflict * version
21 lines
399 B
JSON
21 lines
399 B
JSON
{
|
|
"name": "libdwarf",
|
|
"version": "0.9.1",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|