Source: udis86 Section: misc Maintainer: Debian Hyprland Maintainers Uploaders: Alan M Varghese (NyxTrail) , Carl Keinath , Chow Loong Jin Build-Depends: debhelper-compat (= 13), python3, Build-Depends-Indep: dh-sequence-sphinxdoc , python3-sphinx , Standards-Version: 4.7.3 Homepage: https://github.com/canihavesomecoffee/udis86 Vcs-Git: https://salsa.debian.org/hyprland-team/udis86.git Vcs-Browser: https://salsa.debian.org/hyprland-team/udis86 Package: libudis86-0 Section: libs Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} Description: Disassembler for x86 and x86-64 class ISA (library) 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}, libudis86-0 (= ${binary:Version}) Description: Disassembler for x86 and x86-64 class ISA (development files) 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-0 Description: Disassembler for x86 and x86-64 class ISA (cli) 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}, ${sphinxdoc:Depends} Built-Using: ${sphinxdoc:Built-Using}, Build-Profiles: Description: Disassembler for x86 and x86-64 class ISA (documentation) 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.