theme-d 4.1.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 4.1.1.

 -- Tommi Höynälänmaa <email address hidden>  Fri, 21 Jan 2022 08:48:42 +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

Downloads

File Size SHA-256 Checksum
theme-d_4.1.1-1.dsc 2.4 KiB b99dd1c12b2916b5dafe94eabf765dabe32b7040e30446284761788fb456502b
theme-d_4.1.1.orig.tar.xz 1.9 MiB c3dc6ef80a5f426e793d105ad349314387b5dd534dbd82f1ccba4fce948f2a28
theme-d_4.1.1.orig.tar.xz.asc 566 bytes 8b9e4d8174634a52c5be2d51defb1044f5685fe0dfc0d234ea579b009bbdaf26
theme-d_4.1.1-1.debian.tar.xz 7.7 KiB 4ff82bb9f9d7dc980b8ccf975921aadb4b0b63632df3456b94853d411b65a4fe

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-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.