Source: distorm3 Section: libs Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper-compat (= 13), dh-python, libpython3-dev, python3, python3-setuptools Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://github.com/gdabah/distorm Vcs-Browser: https://salsa.debian.org/debian/distorm3 Vcs-Git: https://salsa.debian.org/debian/distorm3.git Package: libdistorm3-3 Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} Description: powerful disassembler library for x86/AMD64 binary streams (runtime) diStorm3 is a binary stream disassembler library project. . With diStorm3, no more parsing strings is needed. diStorm3 is really a decomposer, which means it takes an instruction and returns a binary structure which describes it rather than static text. This is great for advanced binary code analysis. . This package provides the shared library. Package: libdistorm3-dev Architecture: any Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, libdistorm3-3 (= ${binary:Version}) Description: powerful disassembler library for x86/AMD64 binary streams (development files) diStorm3 is a binary stream disassembler library project. . With diStorm3, no more parsing strings is needed. diStorm3 is really a decomposer, which means it takes an instruction and returns a binary structure which describes it rather than static text. This is great for advanced binary code analysis. . This package provides the development files. Package: python3-distorm3 Architecture: all Section: python Depends: ${misc:Depends}, libdistorm3-3 (>= ${source:Version}), ${python3:Depends} Description: powerful disassembler library for x86/AMD64 binary streams (Python3 bindings) diStorm3 is a binary stream disassembler library project. . With diStorm3, no more parsing strings is needed. diStorm3 is really a decomposer, which means it takes an instruction and returns a binary structure which describes it rather than static text. This is great for advanced binary code analysis. . This package provides the Python3 bindings.