theme-d 5.1.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 5.1.1.
  * Closes: #1048287.

 -- Tommi Höynälänmaa <email address hidden>  Sat, 07 Oct 2023 13:00:38 +0300

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

Downloads

File Size SHA-256 Checksum
theme-d_5.1.1-1.dsc 2.5 KiB 2fd53ed7aeef5bb980d575de7e1f96080d5ae5e511c0fb884c08b33539b644ce
theme-d_5.1.1.orig.tar.xz 2.2 MiB 3127659dc7bb3d2a60ba5aaec1ff0cd3fc9e356a17bdf1728c0f20bfb6f3752b
theme-d_5.1.1.orig.tar.xz.asc 833 bytes 7d4418521ec6ab78ebbcb960699b98f85ceddef9d097b160c832b9e35dfd77a5
theme-d_5.1.1-1.debian.tar.xz 8.1 KiB 62635d8b7520cd4c094cf3c039427d10f7d9d062507e455cd2195d96f8a341f1

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: debug symbols for libthemedsupport
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: Theme-D runtime environment

 This package is needed to run Theme-D programs. The package contains
 the Theme-D runtime environment and script run-theme-d-program to run
 Theme-D programs.

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.