File: control

package info (click to toggle)
sdcc 3.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 34,196 kB
  • sloc: ansic: 260,392; cpp: 38,109; sh: 13,121; asm: 5,978; makefile: 5,891; yacc: 2,980; lisp: 1,524; perl: 929; python: 646; awk: 495; lex: 455
file content (56 lines) | stat: -rw-r--r-- 1,868 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: sdcc
Section: electronics
Priority: optional
Maintainer: Gudjon I. Gudjonsson <gudjon@gudjon.org>
Uploaders: Bdale Garbee <bdale@gag.com>
Build-Depends: debhelper (>=8), autoconf, autotools-dev, libtool, flex, bison, 
 libncurses5-dev, gputils, libboost-dev
Build-Depends-Indep: lyx, texlive-full, ghostscript,
Standards-Version: 3.9.3
Homepage: http://sdcc.sourceforge.net
Vcs-Git: git://anonscm.debian.org/collab-maint/sdcc.git
Vcs-Browser: http://anonscm.debian.org/git/collab-maint/sdcc.git

Package: sdcc
Architecture: any
Depends: sdcc-libraries (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: sdcc-doc
Suggests: sdcc-ucsim, python
Breaks: sdcc-libraries (<< 2.9.0)
Description: Small Device C Compiler
 SDCC is a C compiler for the Intel MCS51 family, AVR, HC08, PIC
 and Z80 microcontrollers.
 .
 This package includes the compiler, assemblers and linkers.

Package: sdcc-libraries
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: gputils
Description: Small Device C Compiler (libraries)
 SDCC is a C compiler for the Intel MCS51 family, AVR, HC08, PIC
 and Z80 microcontrollers.
 .
 This package contains the core library for SDCC.

Package: sdcc-ucsim
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: sdcc
Replaces: sdcc-ucsim-snapshot
Description: Micro-controller simulator for SDCC
 uCsim is a microcontroller simulator. It is extensible to support
 different microcontroller families. It currently supports Intel 
 MCS51 family, HC08 and Z80 microcontrollers.

Package: sdcc-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: sdcc
Description: Small Device C Compiler (documentation)
 SDCC is a C compiler for the Intel MCS51 family, AVR, HC08, PIC
 and Z80 microcontrollers.
 .
 This package provides the documentation and examples for the
 SDCC compiler.