1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: dynarmic
Section: libs
Priority: optional
Maintainer: Andrea Pappacoda <tachi@debian.org>
Build-Depends:
debhelper-compat (= 13),
dpkg-build-api (= 1),
catch2,
cmake (>= 3.12),
libboost-dev,
libfmt-dev,
libxbyak-dev [any-amd64],
libzydis-dev (>= 4.0.0) [any-amd64],
llvm-dev,
pkg-config,
robin-map-dev,
zlib1g-dev | libz-dev,
Standards-Version: 4.7.0
Homepage: https://github.com/merryhime/dynarmic
Vcs-Git: https://salsa.debian.org/debian/dynarmic.git
Vcs-Browser: https://salsa.debian.org/debian/dynarmic
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.
X-Style: black
Package: libdynarmic6.7
Architecture: any-amd64 any-arm64
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package contains the shared library.
Package: libdynarmic-dev
Section: libdevel
Architecture: any-amd64 any-arm64
Depends:
libboost-dev,
libdynarmic6.7 (= ${binary:Version}),
llvm-dev,
${misc:Depends},
Description: ${source:Synopsis} - development
${source:Extended-Description}
.
This package contains the development files.
|