mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
19 lines
638 B
XML
19 lines
638 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription lang="en">
|
|
Greps through binaries from various OSs and architectures, and colors them.
|
|
Current backends:
|
|
|
|
- ELF 32/64, arm, x86, openrisc - all others will parse and color, but relocations won't show properly
|
|
- Mach 32/64, arm, x86
|
|
- Unix and BSD archive printer
|
|
- PE (debug only)
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/m4b/bingrep/issues</bugs-to>
|
|
<remote-id type="github">m4b/bingrep</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|