theme-d 5.0.0-2 source package in Ubuntu

Changelog

theme-d (5.0.0-2) unstable; urgency=medium

  * Source-only upload needed by the new binary package.

 -- Tommi Höynälänmaa <email address hidden>  Fri, 30 Sep 2022 07:48:42 +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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
theme-d_5.0.0-2.dsc 2.5 KiB f5d4fd5386adf8144bc94d3d0a47495a977c62d51a785a2eebcb32f5cff4fdbe
theme-d_5.0.0.orig.tar.xz 2.1 MiB ba8e075793d8367f288bd75cf229d79cc5af4ea1b3efb2984898d557b9a99a48
theme-d_5.0.0.orig.tar.xz.asc 833 bytes 3c711b4601e507b1da0d8506b3846f6af9bf447b565eac87c1b744396df9a3b8
theme-d_5.0.0-2.debian.tar.xz 8.0 KiB ff7665eee8bc9c083d90fc9cf1a78e96be8841e6cba2c1f03cb2ef7faaaeec7e

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.