vcpkg/ports/elfutils/vcpkg.json
MonicaLiu 540529ce2d
[elfutils] Update to 0.192 (#41865)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-11-05 13:05:17 -08:00

40 lines
968 B
JSON

{
"name": "elfutils",
"version": "0.192",
"description": "elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find and handle DWARF debug data, symbols, thread state and stacktraces for processes and core files on GNU/Linux.",
"homepage": "https://sourceware.org/elfutils/",
"license": null,
"supports": "!windows",
"dependencies": [
"bzip2",
"liblzma",
"zlib",
"zstd"
],
"features": {
"libdebuginfod": {
"description": "Build the debuginfod library.",
"dependencies": [
{
"name": "curl",
"default-features": false
}
]
},
"nls": {
"description": "Enable native language support",
"dependencies": [
{
"name": "gettext",
"host": true,
"default-features": false,
"features": [
"tools"
]
},
"gettext-libintl"
]
}
}
}