inform6-compiler 6.41-1 source package in Ubuntu

Changelog

inform6-compiler (6.41-1) unstable; urgency=medium

  * The “Asifa Bano” release.
  * New upstream version.
    Highlights since previous release:
    * New command-line argument ‘$!TRACEOPT’ for tracing and statistics.
    * The compiler is now capable of dead code elimination.
    * New syntax for dynamic string interpolation, ‘@(N)’.
    * Double-precision floating point opcodes now supported.
    * Deprecated the ‘Version’ and ‘Switches’ directives.
    * Deprecated the forms of ‘Global’ directive that define arrays.
  * Override false positive Lintian check for VCS-* field names.
  * Declare “Standards-Version: 4.6.1”.
    No additional changes required.
  * Update UScan configuration to query GitHub API.
  * Render the upstream README document to plain text.

 -- Ben Finney <email address hidden>  Tue, 22 Nov 2022 17:28:17 +1100

Upload details

Uploaded by:
Ben Finney
Uploaded to:
Sid
Original maintainer:
Ben Finney
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
inform6-compiler_6.41-1.dsc 1.9 KiB 7f2c9bd7ef56f0060fc6f9035e7b4a9c402ed45edb58a47640731f0896d5b5b4
inform6-compiler_6.41.orig.tar.gz 297.9 KiB f3ed11ccde824c07866f0a8bb45655b18855830dd540636c3825bda37ef4ac69
inform6-compiler_6.41-1.debian.tar.xz 12.4 KiB 42fc6d2862ad5e630dbf558164cf6646b863f3b9cf7f9b8867dcd6ef317bcff5

Available diffs

No changes file available.

Binary packages built by this source

inform6-compiler: Inform 6 interactive fiction language — compiler

 Inform 6 is an object-oriented language for writing interactive
 fiction, also known as “text adventures” or “adventure games”.
 .
 As an interactive fiction developer, you create Inform 6 source code
 defining the story. Then compile from source code to a “story file”.
 The resulting story files are highly portable, with interpreters
 available for many different platforms.
 .
 The Inform 6 compiler can produce a story file in these formats:
  * Z-code, executed by implementations of the Infocom Z-machine.
  * Glulx, a modern platform for interactive fiction.
 .
 This package installs:
  * The Inform 6 compiler program, ‘inform6’.

inform6-compiler-dbgsym: debug symbols for inform6-compiler