Source: dynarmic
Section: libs
Priority: optional
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
Build-Depends: debhelper-compat (= 13),
               cmake (>= 3.8),
               catch2,
               libboost-dev,
               libfmt-dev,
               libvixl-dev [arm64],
               libxbyak-dev [any-amd64],
               libzydis-dev,
               pkg-config,
               robin-map-dev
Standards-Version: 4.6.0
Homepage: https://github.com/merryhime/dynarmic
Vcs-Git: https://salsa.debian.org/tachi/dynarmic.git
Vcs-Browser: https://salsa.debian.org/tachi/dynarmic
Rules-Requires-Root: no

Package: libdynarmic5
Architecture: any-amd64
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: ARM dynamic recompiler
 Dynarmic is a dynamic recompiler for the ARMv6K, ARMv7A architecture, with
 partial ARMv8 support.
 .
 In the pursuit of speed, some behavior not commonly depended upon is elided.
 Therefore this emulator does not match spec.
 .
 This package contains the shared library.

Package: libdynarmic-dev
Section: libdevel
Architecture: any-amd64
Depends: libdynarmic5 (= ${binary:Version}), ${misc:Depends}
Description: ARM dynamic recompiler - development
 Dynarmic is a dynamic recompiler for the ARMv6K, ARMv7A architecture, with
 partial ARMv8 support.
 .
 In the pursuit of speed, some behavior not commonly depended upon is elided.
 Therefore this emulator does not match spec.
 .
 This package contains the development files.
