File: control

package info (click to toggle)
ecos 2.0-0pre2.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 18,460 kB
  • ctags: 9
  • sloc: makefile: 203; sh: 4
file content (47 lines) | stat: -rw-r--r-- 1,893 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
Source: ecos
Section: devel
Priority: optional
Maintainer: Masato Taruishi <taru@debian.org>
Build-Depends: debhelper (>> 3.0.0), dbs, cpio, tcl8.3-dev, tk8.3-dev, bzip2, docbook-to-man, libgtk1.2-dev, libwxgtk2.4-dev
Standards-Version: 3.5.6

Package: ecos
Architecture: all
Recommends: ecosconfig
Suggests: ecos-doc, wish
Description: Deeply embedded operating system
 eCos, the embedded Configurable operating system, is an open source
 real-time operating system for deeply embedded applications. It
 meets the requirements of the embedded space that Linux cannot yet
 reach. Linux currently scales from a minimal size of around 500
 kilobytes of kernel and 1.5MB of RAM, all before taking into
 consideration application and service requirements.
 .
 eCos provides the basic runtime infrastructure necessary to support
 devices with memory footprints in the 10's to 100's of kilobytes, or
 with real-time requirements.
 .
 eCos supports EL/IX Level I, a Linux compatibility interface, for
 embedded applications in devices that are too small for even
 stripped down versions of Linux or that require real-time
 capabilities. eCos provides engineers with maximum control,
 flexibility and understanding over all aspects of their embedded
 solution. eCos is highly customizable and adaptable, and can be
 easily configured to meet application-specific requirements.

Package: ecos-doc
Section: doc
Architecture: all
Description: Documentation for eCos
 This package contains the documentation of eCos, the embedded
 Configurable operating system, which is an open source
 real-time operating system for deeply embedded applications.

Package: ecosconfig
Architecture: any
Depends: ${shlibs:Depends}
Recommends: ecos
Description: eCos host-side software
 This package contains the eCos host-side software. This includes
 both the command-line and graphical tool in order to configure eCos.