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
|
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.
|