udis86/debian/control

63 lines
2.6 KiB
Plaintext

Source: udis86
Section: misc
Priority: optional
Maintainer: Alan M Varghese (NyxTrail) <alan@digistorm.in>
Build-Depends: debhelper-compat (= 13), dh-autoreconf
Standards-Version: 4.6.1
Homepage: https://github.com/canihavesomecoffee/udis86
Rules-Requires-Root: no
#Vcs-Git: https://salsa.debian.org/debian/udis86.git
#Vcs-Browser: https://salsa.debian.org/debian/udis86
Package: libudis86
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: disassembler for x86 and x86-64 class instruction sets
Udis86 is a disassembler for the x86 and x86-64 class of instruction
set architectures. It consists of a C library called libudis86 which
provides a clean and simple interface to decode and inspect a stream
of raw binary data as disassembled instructions in a structured manner,
and a command line tool called udcli that incorporates the library.
.
This package contains the main library.
Package: libudis86-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: disassembler for x86 and x86-64 class instruction sets
Udis86 is a disassembler for the x86 and x86-64 class of instruction
set architectures. It consists of a C library called libudis86 which
provides a clean and simple interface to decode and inspect a stream
of raw binary data as disassembled instructions in a structured manner,
and a command line tool called udcli that incorporates the library.
.
This package contains the development files for the udis86 library.
Package: udcli
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libudis86
Description: disassembler for x86 and x86-64 class instruction sets
Udis86 is a disassembler for the x86 and x86-64 class of instruction
set architectures. It consists of a C library called libudis86 which
provides a clean and simple interface to decode and inspect a stream
of raw binary data as disassembled instructions in a structured manner,
and a command line tool called udcli that incorporates the library.
.
This package contains the CLI program for udis86 library.
Package: libudis86-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: disassembler for x86 and x86-64 class instruction sets
Udis86 is a disassembler for the x86 and x86-64 class of instruction
set architectures. It consists of a C library called libudis86 which
provides a clean and simple interface to decode and inspect a stream
of raw binary data as disassembled instructions in a structured manner,
and a command line tool called udcli that incorporates the library.
.
This package contains the CLI documentation for udis86 library.