File: control

package info (click to toggle)
fasm 1.73.27-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,568 kB
  • sloc: pascal: 4,299; asm: 3,056; makefile: 12
file content (22 lines) | stat: -rw-r--r-- 794 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: fasm
Maintainer: Tomasz Buchert <tomasz@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 13),
               debhelper-compat (= 13),
               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: https://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.