libelfin 0.3-1ubuntu2 source package in Ubuntu
Changelog
libelfin (0.3-1ubuntu2) focal; urgency=medium * Disable the autopkg tests for clang, ftbfs with LLVM 10. See #953618. * Let the tests depend on g++, or else only clang provides cc/c++. * Explicitly call gcc/g++ in the autopkg test. -- Matthias Klose <email address hidden> Wed, 11 Mar 2020 23:22:41 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- LluĂs Vilanova
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libelfin_0.3.orig.tar.gz | 82.2 KiB | c338942b967582922b3514b54b93175ca9051a9668db92dd8ef619824d443ac7 |
libelfin_0.3-1ubuntu2.debian.tar.xz | 5.2 KiB | 5652a21b1666eacf8f2511e35fc23e879bc0d213357fba63d3f70f0934521f02 |
libelfin_0.3-1ubuntu2.dsc | 2.1 KiB | 724c70d47444a99d6fcfb0a96d0d7561fed9c1739280da1efb1e6c9ab5315ddc |
Available diffs
- diff from 0.3-1ubuntu1 to 0.3-1ubuntu2 (684 bytes)
Binary packages built by this source
- libdwarf++0: No summary available for libdwarf++0 in ubuntu hirsute.
No description available for libdwarf++0 in ubuntu hirsute.
- libdwarf++0-dbgsym: No summary available for libdwarf++0-dbgsym in ubuntu groovy.
No description available for libdwarf++0-dbgsym in ubuntu groovy.
- libelf++0: C++11 ELF parser
Libelfin is a from-scratch C++11 library for reading ELF binaries and DWARFv4
debug information.
.
Libelfin implements a syntactic layer for DWARF and ELF, but not a semantic
layer. Interpreting the information stored in DWARF DIE trees still requires a
great deal of understanding of DWARF, but libelfin will make sense of the bytes
for you.
.
This package contains the library to parse ELF binaries.
- libelf++0-dbgsym: No summary available for libelf++0-dbgsym in ubuntu hirsute.
No description available for libelf++0-dbgsym in ubuntu hirsute.
- libelfin-dev: C++11 ELF/DWARF parser (development files)
Libelfin is a from-scratch C++11 library for reading ELF binaries and DWARFv4
debug information.
.
Libelfin implements a syntactic layer for DWARF and ELF, but not a semantic
layer. Interpreting the information stored in DWARF DIE trees still requires a
great deal of understanding of DWARF, but libelfin will make sense of the bytes
for you.
.
This package contains development libraries and header files for libelfin.