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
|
Source: thunk-gen
Section: devel
Priority: optional
Maintainer: Stephen Kitt <skitt@debian.org>
Standards-Version: 4.7.0
Build-Depends:
bison,
debhelper-compat (= 13),
flex,
meson,
ninja-build
Homepage: https://github.com/stsp/thunk_gen
Vcs-Browser: https://salsa.debian.org/debian/thunk-gen
Vcs-Git: https://salsa.debian.org/debian/thunk-gen.git
Rules-Requires-Root: no
Package: thunk-gen
Architecture: any
Depends:
autoconf,
pkgconf,
${misc:Depends},
${shlibs:Depends}
Description: 64-bit thunk generator for 16- and 32-bit code
thunk-gen is a thunk generator for C and assembler code, providing
wrappers so that code written for 16- or 32-bit environments can be
compiled for 64-bit environments.
.
It is intended for use with 64-bit DOS-style environments running
code intended for 16- or 32-bit DOS, typically dosemu2.
|