slgsl 0.10.0~pre.5-3 source package in Ubuntu

Changelog

slgsl (0.10.0~pre.5-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + slang-gsl: Drop versioned constraint on slsh in Suggests.

  [ Rafael Laboissière ]
  * d/copyright: Update Copyright years for debian/* files

 -- Rafael Laboissière <email address hidden>  Mon, 05 Dec 2022 12:43:10 -0300

Upload details

Uploaded by:
Rafael Laboissiere
Uploaded to:
Sid
Original maintainer:
Rafael Laboissiere
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe interpreters
Noble release universe interpreters
Mantic release universe interpreters
Lunar release universe interpreters

Downloads

File Size SHA-256 Checksum
slgsl_0.10.0~pre.5-3.dsc 2.1 KiB 6af9c24d8b97d1375088559262a5f33439dc3382fe705666426426e660e07513
slgsl_0.10.0~pre.5.orig.tar.gz 202.3 KiB 8a8170c46f9a57d7d7e7e944746ed8556525cefb3ac2727a8f467284092d36d1
slgsl_0.10.0~pre.5-3.debian.tar.xz 5.6 KiB cb4ca0e41e5f88a5d71cf8811c7b9dd014020e416fdbd46a02204755ffae4b2d

Available diffs

No changes file available.

Binary packages built by this source

slang-gsl: GNU Scientific Library binding for S-Lang

 The GNU Scientific Library (GSL) is a vast collection of robust and
 well documented numerical functions. It includes support for many
 special functions, random numbers, interpolation and integration
 routines, and much more.
 .
 Many of the routines in the GSL may be made available to the S-Lang
 interpreter via the GSL modules included in this package.
 .
 The following GSL modules are available:
 .
  * gslsf: The GSL special function module. Currently, this module
    provides an interface to nearly 200 GSL special functions.
  * gslconst: The GSL constants module. This module defines many
    constants such as CONST_MKSA_SPEED_OF_LIGHT, CONST_CGSM_BOLTZMANN,
    etc.
  * gslinterp: The GSL interpolation module, which includes routines
    for linear interpolation, cubic splines, etc.
  * gslrand: The GSL random number module. This module supports most
    of GSL's random number generators and distributions.
  * gslcdf: The GSL cumulative distribution function module.
  * gslfft: The GSL fast-fourier transform module.
  * gslcore: This is a module that must be loaded before any of the
    above modules can be loaded. Its main purpose is to provide support
    functions for the other GSL modules.

slang-gsl-dbgsym: debug symbols for slang-gsl