File: control

package info (click to toggle)
slang 0.99.38-6
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,576 kB
  • ctags: 2,613
  • sloc: ansic: 24,565; makefile: 415; sh: 201
file content (117 lines) | stat: -rw-r--r-- 4,961 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
Source: slang
Section: libs
Priority: optional
Maintainer: Jim Mintha <jmintha@debian.org>
Standards-Version: 2.4.0.0

Package: slang0.99.38
Section: base
Priority: required
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: slang0.99.34 (<< 0.99.38-2.3)
Description: The S-Lang programming library, shared library for use with libc6
 S-Lang is a C programmer's library that includes routines for the rapid
 development of sophisticated, user friendly, multi-platform applications.
 .
 This package contains only the shared library libslang.so.* and copyright
 information. It is only necessary for programs that use this library (such
 as jed and slrn). If you plan on doing development with S-Lang, you will
 need the companion -dev package as well.
 .
 This package is needed to run S-Lang binaries linked against libc6.

Package: slang0.99.38-dev
Section: devel
Architecture: any
Provides: slang-dev6
Replaces: slang-dev6
Conflicts: slang-dev6, slang0.99.34-dev (<< 0.99.38-2.3)
Depends: ${shlibs:Depends}, libc6-dev
Description: The S-Lang programming library, development kit for use with libc6
 S-Lang is a C programmer's library that includes routines for the rapid
 development of sophisticated, user friendly, multi-platform applications.
 .
 The S-Lang library includes the following:
  *   Low level tty input routines for reading single characters at a time.
  *   Keymap routines for defining keys and manipulating multiple keymaps.
  *   A high-level keyprocessing interface (SLkp) for
       handling function and arrow keys.
  *   High level screen management routines for manipulating both
       monochrome and color terminals. These routines are very
       efficient. (SLsmg)
  *   Low level terminal-independent routines for manipulating the display
       of a terminal. (SLtt)
  *   Routines for reading single line input with line editing and recall
       capabilities. (SLrline)
  *   Searching functions: both ordinary searches and regular expression
       searches. (SLsearch)
  *   An embedded stack-based language interpreter with a C-like syntax.
 .
 This package is experimental, for building libc6 binaries. If you 
 maintain a Debian package that uses S-Lang, please switch to this package
 as soon as possible for you. For Debian 2.0, all binaries will have to be
 libc6 ones.
 .
 An "altdev" version of S-Lang is available if you need to build libc5
 binaries (e.g. for use in Debian 1.3.x).

Package: slang0.99.38-pic
Priority: optional
Section: devel
Architecture: any
Depends: slang0.99.38-dev
Provides: slang-pic
Description: The S-Lang programming library, shared library subset kit.
 This is used to develop subsets of the S-Lang shared libraries for use
 on custom installation floppies and in embedded systems. Unless you're
 making one of those, you won't need this package.
 
Package: slang0.99.34
Priority: extra
Section: oldlibs
Architecture: any
Depends: ${shlibs:Depends}
Description: backward compatibility shared library for libc5 S-Lang binaries
 S-Lang is a C programmer's library that includes routines for the
 rapid development of sophisticated, user friendly, multi-platform
 applications.
 .
 This package contains only the shared library libslang.so.* and copyright
 information. It is only necessary for programs that use this library (such
 as jed and slrn). If you plan on doing development with S-Lang, you will
 need the slang0.99.34-dev package as well.
 .
 This package provides backward compatibility for libc5 binaries (e.g. from 
 Debian 1.3.x) requiring S-Lang in a libc6 environment.

Package: slang0.99.34-dev
Section: oldlibs
Priority: extra
Architecture: any
Provides: slang-dev
Replaces: slang-devel
Conflicts: slang-devel, slang-dev
Depends: ${shlibs:Depends}, libc5-altdev
Description: S-Lang libc5 backward compatibility development kit 
 S-Lang is a C programmer's library that includes routines for the rapid
 development of sophisticated, user friendly, multi-platform applications.
 .
 The S-Lang library includes the following:
  *   Low level tty input routines for reading single characters at a time.
  *   Keymap routines for defining keys and manipulating multiple keymaps.
  *   A high-level keyprocessing interface (SLkp) for
       handling function and arrow keys.
  *   High level screen management routines for manipulating both
       monochrome and color terminals. These routines are very
       efficient. (SLsmg)
  *   Low level terminal-independent routines for manipulating the display
       of a terminal. (SLtt)
  *   Routines for reading single line input with line editing and recall
       capabilities. (SLrline)
  *   Searching functions: both ordinary searches and regular expression
       searches. (SLsearch)
  *   An embedded stack-based language interpreter with a C-like syntax.
 .
 This is the "altdev" version of the S-Lang development package, for building
 libc5 binaries (e.g. for Debian 1.3.x) on libc6 systems (Debian 2.0 to be).