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 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
Source: slang
Section: libs
Priority: optional
Maintainer: Jim Mintha <jmintha@debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper (>= 5), libfribidi-dev, dbs
Standards-Version: 3.7.2
Package: libslang1-dev
Section: devel
Priority: optional
Architecture: any
Depends: libslang1 (= ${Source-Version}), libc6-dev | libc-dev
Provides: slang-dev6, slang1-dev
Conflicts: slang1-utf8-dev, slang-dev6, slang0.99.34-dev (<< 0.99.38-2.3)
Description: The S-Lang programming library, development version
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 key processing 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.
Package: libslang1
Section: oldlibs
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: slang1
Replaces: slang1
Description: The S-Lang programming library - runtime version
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.
Package: libslang1-pic
Priority: optional
Section: libdevel
Architecture: any
Depends: libslang1-dev (= ${Source-Version})
Provides: slang-pic, slang1-pic
Conflicts: slang1-utf8-pic, slang1-pic
Replaces: slang1-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: libslang1-utf8-dev
Section: devel
Priority: extra
Architecture: any
Depends: libslang1-utf8 (= ${Source-Version}), libc6-dev | libc-dev
Provides: slang-dev6, slang1-utf8-dev, slang1-utf8-dev
Conflicts: , slang1-utf8-dev, slang1-dev, slang-dev6, slang0.99.34-dev (<< 0.99.38-2.3)
Description: The S-Lang programming library, development version with utf8 support
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 key processing 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 has wide character support
Package: libslang1-utf8
Section: oldlibs
Priority: optional
Architecture: any
Conflicts: slang1-utf8, slang1a-utf8
Provides: slang1a-utf8
Replaces: slang1a-utf8
Depends: ${shlibs:Depends}
Recommends: libfribidi0
Description: The S-Lang programming library with utf8 support
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 packages has wide character support.
Package: libslang1-utf8-pic
Priority: extra
Section: libdevel
Architecture: any
Depends: libslang1-utf8-dev (= ${Source-Version})
Provides: slang-pic, slang1-utf8-pic
Conflicts: slang1-pic, slang1-utf8-pic
Replaces: slang1-utf8-pic
Description: The S-Lang programming library, shared library subset with utf8 support
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.
This packages has wide character support.
Package: libslang1-utf8-udeb
Section: debian-installer
Priority: extra
Architecture: any
Depends: libc-udeb
Conflicts: slang1-utf8-udeb
Description: S-Lang library with utf8 support
This is a udeb, or a microdeb, of the S-Lang library with wide charater
support. As such it is the installer counterpart of slang1a-utf8.
You only need this package to support applications needing S-Lang during
the Debian installation process time and probably don't need to select it
|