File: control

package info (click to toggle)
libdisasm 0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,460 kB
  • ctags: 1,988
  • sloc: sh: 9,233; ansic: 7,971; perl: 1,915; asm: 694; makefile: 192; ruby: 3
file content (44 lines) | stat: -rw-r--r-- 1,791 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: libdisasm
Section: libs
Priority: optional
Maintainer: Kees Cook <kees@outflux.net>
Build-Depends: debhelper (>= 5.0.0), quilt, perl
Standards-Version: 3.7.3.0
Vcs-Browser: http://bastard.cvs.sourceforge.net/bastard/libdisasm/
Vcs-Cvs: pserver:anonymous@bastard.cvs.sourceforge.net:/cvsroot/bastard
Homepage: http://bastard.sourceforge.net/libdisasm.html

Package: libdisasm-dev
Section: libdevel
Architecture: any
Depends: libdisasm0 (= ${binary:Version})
Description: disassembler library for x86 code (development files)
 Libdisasm is a disassembler for Intel x86-compatible object code. It compiles
 as a shared and static library on Linux, FreeBSD, and Win32 platforms. The
 core disassembly engine is contained in files with the prefix "i386", and is
 shared with the x86 ARCH extension of the bastard disassembler.
 .
 This package contains the development files.

Package: libdisasm0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Suggests: x86dis
Description: disassembler library for x86 code
 Libdisasm is a disassembler for Intel x86-compatible object code. It compiles
 as a shared and static library on Linux, FreeBSD, and Win32 platforms. The
 core disassembly engine is contained in files with the prefix "i386", and is
 shared with the x86 ARCH extension of the bastard disassembler.

Package: x86dis
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Description: Frontend to libdisasm
 Libdisasm is a disassembler for Intel x86-compatible object code. It compiles
 as a shared and static library on Linux, FreeBSD, and Win32 platforms. The
 core disassembly engine is contained in files with the prefix "i386", and is
 shared with the x86 ARCH extension of the bastard disassembler.
 .
 This package contains the x86dis command-line frontend.