theme-d 5.1.2-1 source package in Ubuntu

Changelog

theme-d (5.1.2-1) unstable; urgency=medium

  * New upstream version 5.1.2.
  * Updated Standards-Version to 4.6.2 in debian/control.
  * Removed lintian override missing-dep-for-interpreter for theme-d-stdlib.

 -- Tommi Höynälänmaa <email address hidden>  Wed, 13 Dec 2023 15:05:01 +0200

Upload details

Uploaded by:
Tommi Höynälänmaa
Uploaded to:
Sid
Original maintainer:
Tommi Höynälänmaa
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
theme-d_5.1.2-1.dsc 2.5 KiB c2385c0638064d95623cd2345df1e1c62f4aba57fcc24fccbb63ddaa2e2d09cc
theme-d_5.1.2.orig.tar.xz 2.2 MiB 0107c51db2f232d99b800ab7c50ce1364019b6d1459433fa7bbd396c32e13331
theme-d_5.1.2.orig.tar.xz.asc 833 bytes 90dc633762078f244ecf44f701b8e069dd58e56af72c6eb64ee22006d92de382
theme-d_5.1.2-1.debian.tar.xz 8.1 KiB f088365e700fec13446f1e48eb0b63b4cac156f6b5e87b8f9969fd4fa7393a42

Available diffs

No changes file available.

Binary packages built by this source

libthemedsupport: Theme-D support library

 This package contains a Guile plugin needed by the Theme-D runtime
 environment. This plugin defines optimized Guile wrappers for some
 math procedures. This plugin also defines Guile wrappers for many
 math functions specified by the C language standard.

libthemedsupport-dbgsym: No summary available for libthemedsupport-dbgsym in ubuntu oracular.

No description available for libthemedsupport-dbgsym in ubuntu oracular.

th-scheme-utilities: TH Scheme Utilities library

 This package contains some Scheme utilities needed by the Theme-D
 implementation. This package contains the following modules:
  * hrecord: inheritable records
  * parse-command-line: command line parsing
  * stdutils: miscellaneous utility procedures
  * streams: streams using delayed evaluation

theme-d-bootstrap: Bootstrapped Theme-D environment

 This package contains the Theme-D compiler and linker implemented in
 Theme-D itself.

theme-d-doc: Documentation for programming language Theme-D

 This package contains the following documentation for Theme-D:
  * Language manual
  * Standard library reference
  * User manual

theme-d-rte: No summary available for theme-d-rte in ubuntu oracular.

No description available for theme-d-rte in ubuntu oracular.

theme-d-stdlib: Theme-D Standard Library

 This package contains the following:
  * Theme-D Standard Library
  * Theme-D example programs
  * Theme-D testing environment

theme-d-translator: Programming language extending Scheme with static typing

 Some features of Theme-D are:
  * Static type system
  * An object system
  * A module system
  * Statically and dynamically dispatched multimethods
  * Parametrized (type parameters) classes, types, and procedures
  * Signature types resembling Java interfaces but multiply dispatched
  * Numerical tower
  * Constant variables
 Theme-D can be compiled to Guile Tree-IL or Scheme. Hence it is
 possible to compile Theme-D to Guile bytecode.