Source: fasm
Maintainer: Tomasz Buchert <tomasz@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 12),
               debhelper-compat (= 12),
               fasm,
               gcc-multilib [amd64],
               libc6-dev-i386 [amd64]
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian/fasm
Vcs-Git: https://salsa.debian.org/debian/fasm.git
Homepage: http://flatassembler.net/
Rules-Requires-Root: no

Package: fasm
Architecture: amd64 i386
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: fast assembler for the x86 and x86-64 architectures
 Flat assembler is a fast, self-compilable assembly language compiler for the
 x86 and x86-64 architecture processors, which does multiple passes to optimize
 the size of generated machine code.
