vcpkg/ports/libdwarf/vcpkg.json

21 lines
399 B
JSON
Raw Normal View History

{
"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"
]
}