vcpkg/ports/libdwarf/vcpkg.json

20 lines
368 B
JSON
Raw Normal View History

{
"name": "libdwarf",
2024-08-26 16:02:57 +08:00
"version": "0.11.0",
"description": "A library for reading DWARF2 and later DWARF.",
"homepage": "https://github.com/davea42/libdwarf-code",
2024-08-21 14:36:15 +08:00
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib",
"zstd"
]
}