Source: xbyak
Section: libdevel
Priority: optional
Maintainer: Andrea Pappacoda <tachi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dpkg-build-api (= 1),
Build-Depends-Arch:
 cmake,
 g++-i686-linux-gnu [amd64] <!nocheck>,
 g++-x86-64-linux-gnu [i386] <!nocheck>,
 lib32stdc++6 [amd64] <!nocheck>,
 libboost-dev <!nocheck>,
 libc6-i386 [amd64] <!nocheck>,
 meson (>= 0.50),
 nasm <!nocheck>,
 yasm <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/herumi/xbyak
Vcs-Git: https://salsa.debian.org/debian/xbyak.git
Vcs-Browser: https://salsa.debian.org/debian/xbyak
X-Style: black

Package: libxbyak-dev
Architecture: any-amd64 any-i386
Depends:
 ${misc:Depends},
Description: JIT assembler for x86(IA32), x64(AMD64, x86-64)
 Xbyak is a C++ header library that enables dynamically to assemble
 x86(IA32), x64(AMD64, x86-64) mnemonic.
 .
 The library supports any compiler supporting C++03 or later.
 .
 This package contains the development headers.