slang2 2.3.1a-1ubuntu1 source package in Ubuntu
Changelog
slang2 (2.3.1a-1ubuntu1) bionic; urgency=low * Merge from Debian unstable. Remaining changes: - debian/control: Drop libonig-dev build dependency, not in main. slang2 (2.3.1a-1) unstable; urgency=medium * New upstream release - int-fix.patch merged upstream * Standards-Version: 4.0.0; no changes required * Add debian/gbp.conf file -- Julian Andres Klode <email address hidden> Mon, 22 Jan 2018 10:12:41 +0100
Upload details
- Uploaded by:
- Julian Andres Klode
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
slang2_2.3.1a.orig.tar.xz | 1.2 MiB | c37fb0dc27922b182d240e36ae781a839410738af740928288670b2851d987da |
slang2_2.3.1a-1ubuntu1.debian.tar.xz | 22.0 KiB | 120314f365703402e9659161dca1a77eda0c28e179f8da79c8d66356c1c2e665 |
slang2_2.3.1a-1ubuntu1.dsc | 2.4 KiB | 8afe53bd733ffa988920cd522e7f6ee9ec5e794dcf3c5f72bee3878b4db01021 |
Available diffs
Binary packages built by this source
- libslang2: 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.
- libslang2-dbgsym: debug symbols for libslang2
- libslang2-dev: 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.
- libslang2-modules: Shared modules for S-Lang language
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 dynamically-loaded modules for S-Lang applications.
- libslang2-modules-dbgsym: debug symbols for libslang2-modules
- libslang2-pic: 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.
- libslang2-udeb: S-Lang library for Debian Installer
This is a udeb, or a microdeb, of the S-Lang library with wide character
support. As such it is the installer counterpart of libslang2.
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.
- slsh: Interpreter for S-Lang language
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 a stand-alone interpreter for scripts written
in the S-Lang language.
- slsh-dbgsym: debug symbols for slsh