mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
540529ce2d
Co-authored-by: Monica <v-liumonica@microsoft.com>
40 lines
968 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|