File: control

package info (click to toggle)
faucc 20180503-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,504 kB
  • sloc: ansic: 38,797; yacc: 1,603; xml: 519; lex: 378; sh: 178; makefile: 125
file content (24 lines) | stat: -rw-r--r-- 711 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
23
24
Source: faucc
Section: devel
Priority: optional
Maintainer: FAUcc Team <faumachine@potyra.de>
Uploaders: Volkmar Sieh <volkmar.sieh@informatik.uni-erlangen.de>,
 Stefan Potyra <stefan@potyra.de>
Build-Depends: automake,
 autotools-dev, 
 bison, 
 debhelper (>= 5), 
 flex,
 xmlto
Standards-Version: 4.1.4
Homepage: http://faumachine.potyra.de/

Package: faucc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, gcc
Description: C compiler generating Intel code for 16bit/32bit CPUs
 FAUcc is a optimizing C compiler, that can generate Intel code for
 16bit/32bit CPUS. It is useful, if you are in need to compile real
 mode code, like a BIOS.
 .
 FAUcc uses the GNU binutils for assembling/linking.