slang2 2.3.3-4 source package in Ubuntu

Changelog

slang2 (2.3.3-4) unstable; urgency=medium

  * Fix for leap year calculation. Closes:#1065723
  * Standards-Version: 4.6.2

 -- Alastair McKinstry <email address hidden>  Wed, 13 Mar 2024 08:55:37 +0000

Upload details

Uploaded by:
Alastair McKinstry
Uploaded to:
Sid
Original maintainer:
Alastair McKinstry
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
slang2_2.3.3-4.dsc 2.2 KiB 08e952babd50e715234442c7b3ed7bcbda41a2e6e6b6fee77a093269915889df
slang2_2.3.3.orig.tar.xz 1.3 MiB d86128b264933ad88c295b3a58127c2f29c8cb68334dd2e6a310b0a36436c64f
slang2_2.3.3-4.debian.tar.xz 59.1 KiB a23ad7b2c424d66f2e5156e738f5d8bb577e7fb02084ff0d5751176a74670866

No changes file available.

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.

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