Source: capstone
Section: devel
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/capstone-engine/capstone/tags
Vcs-Browser: https://github.com/alvistack/capstone-engine-capstone
Vcs-Git: https://github.com/alvistack/capstone-engine-capstone.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 cmake4,
 cython3,
 fdupes,
 python3-dev,
 python3-setuptools,

Package: libcapstone-dev
Section: libdevel
Architecture: amd64
Description: lightweight multi-architecture disassembly framework - devel files
 These are the development headers and libraries.
Depends:
 ${misc:Depends},
 libcapstone5 (= ${source:Version}),

Package: libcapstone5
Section: libs
Architecture: amd64
Description: lightweight multi-architecture disassembly framework - library
 Capstone is a lightweight multi-platform, multi-architecture disassembly
 framework.
Depends:
 ${shlibs:Depends},
 ${misc:Depends},

Package: capstone-tool
Section: utils
Architecture: amd64
Description: lightweight multi-architecture disassembly framework - command line tool
 This package contains cstool, a command-line tool to disassemble
 hexadecimal strings.
Depends:
 ${shlibs:Depends},
 ${misc:Depends},

Package: python3-capstone
Section: python
Architecture: amd64
Description: lightweight multi-architecture disassembly framework - Python bindings
 These are the Python 3 bindings.
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
 libcapstone5,
