vcpkg/ports/libdwarf/vcpkg.json
Thomas1664 e1335bd1c2
[vcpkg baseline][libdwarf] Fix file conflict (#36742)
* [libdwarf] Fixes

* version

* fix file conflict

* version
2024-02-14 23:39:09 -08:00

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