File: control

package info (click to toggle)
smallerc 1.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,692 kB
  • sloc: ansic: 48,651; asm: 2,897; makefile: 46; sh: 6
file content (22 lines) | stat: -rw-r--r-- 757 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: smallerc
Maintainer: Stephen Kitt <skitt@debian.org>
Section: devel
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 nasm,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/smallerc
Vcs-Git: https://salsa.debian.org/debian/smallerc.git
Homepage: https://github.com/alexfru/SmallerC
Rules-Requires-Root: no

Package: smallerc
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, nasm
Description: single-pass C compiler for 16- and 32-bit x86/MIPS platforms
 Smaller C is a simple single-pass C compiler with support for most of
 C89 and C99. It targets 16- and 32-bit x86, and MIPS, on DOS,
 Windows, Linux, and older versions of macOS.
 .
 Smaller C is primarily useful for building DOS and UEFI binaries.