Package libelfin: Information
Source package: libelfin
Version: 0.3-alt5
Build time: Dec 11, 2024, 07:11 PM
Category: Development/Debug
Report package bugHome page: https://github.com/aclements/libelfin
License: GPL
Summary: C++11 library for reading ELF binaries and DWARFv4 debug information.
Description:
Native C++11 code and interface, designed from scratch to interact well with C++11 features, from range-based for loops to move semantics to enum classes. It's not production-ready and there are many parts of the DWARF specification it does not yet implement, but it's complete enough to be useful for many things and is a good deal more pleasant to use than every other debug info library I've tried (author).
List of RPM packages built from this SRPM:
libelfin (riscv64)
libelfin-debuginfo (riscv64)
libelfin-devel (riscv64)
libelfin-devel-debuginfo (riscv64)
libelfin (riscv64)
libelfin-debuginfo (riscv64)
libelfin-devel (riscv64)
libelfin-devel-debuginfo (riscv64)
Maintainer: Andrey Bergman
Last changed
Nov. 25, 2024 Andrey Bergman 0.3-alt5
- Sync with upstream to fix errors due to gcc 14.
June 9, 2024 Michael Shigorin 0.3-alt4
- Honour optflags. - Drop BR: selinux-policy-alt (looks like a mistake). - Minor spec cleanup (0.3-alt2 kludge not needed anymore). - Disable static library by default; add -ffat-lto-object (GIMPLE). - Fix Group:.
Sept. 25, 2023 Artyom Bystrov 0.3-alt3
- Fix FTBFS.