vcpkg/ports/libdwarf/vcpkg.json
2024-08-26 01:02:57 -07:00

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