Source: vixl
Section: libs
Priority: optional
Maintainer: Andrea Pappacoda <tachi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dpkg-build-api (= 1),
Build-Depends-Arch:
 markdown | discount,
 meson (>= 0.50.0),
Standards-Version: 4.7.2
Homepage: https://github.com/Linaro/vixl
Vcs-Git: https://salsa.debian.org/debian/vixl.git
Vcs-Browser: https://salsa.debian.org/debian/vixl
X-Style: black

Package: libvixl8
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: ARMv8 Runtime Code Generation Library
 Vixl is an AArch32 and AArch64 Runtime Code Generation Library.
 .
 It contains three components: assemblers to generate ARM code at runtime,
 disassemblers that can print any instruction emitted by the assemblers and
 a simulator that can simulate any instruction emitted by the A64 assembler.
 .
 This package contains the shared library.

Package: libvixl-dev
Section: libdevel
Architecture: any
Depends:
 libvixl8 (= ${binary:Version}),
 ${misc:Depends},
Description: ARMv8 Runtime Code Generation Library - develop
 Vixl is an AArch32 and AArch64 Runtime Code Generation Library.
 .
 It contains three components: assemblers to generate ARM code at runtime,
 disassemblers that can print any instruction emitted by the assemblers and
 a simulator that can simulate any instruction emitted by the A64 assembler.
 .
 This package contains the development files.
