File: control

package info (click to toggle)
oxref 2.00.00-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 584 kB
  • sloc: cpp: 1,145; makefile: 116; sh: 36
file content (28 lines) | stat: -rw-r--r-- 1,015 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: oxref
Section: utils
Priority: optional
Maintainer: Frank B. Brokken <f.b.brokken@rug.nl>
Uploaders: George Danchev <danchev@spnet.net>,
           tony mancill <tmancill@debian.org>
Build-Depends: debhelper (>= 12),
 libbobcat-dev (>= 4.08.06),
 icmake (>= 9.02.07),
 yodl (>= 4.02.0)
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian/oxref
Vcs-Git: https://salsa.debian.org/debian/oxref.git
Homepage: https://fbb-git.gitlab.io/oxref

Package: oxref
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, binutils
Description: cross reference utility
 The program oxref writes to the standard output stream a cross reference of
 symbols defined in unstripped object files and/or libraries.
 .
 It demangles C++ symbols and can (probably) be used for a large range of
 languages.
 .
 Oxref does not interpret the object files and libraries itself, but calls
 objdump(1) to do so. The output produced by objdump is then filtered by
 oxref, generating the cross reference listing.