storm-lang 0.6.2-1 source package in Ubuntu

Changelog

storm-lang (0.6.2-1) unstable; urgency=medium

  * Added support for arm64.
  * Add support for detecting live-locks in the auto-grader in Progvis.
  * Fixed a bug in Progvis that would cause threads to step too far.
  * Throw exceptions on integer division by zero to avoid crashes in Progvis.
  * Added conversions between unsigned integers and floating point types.
  * Improved error messages for cases where a default constructor is missing.
  * Improved the presentation library to allow interactive components.
  * Improved the Geometry API.
  * New instruction in the intermediate representation: `test`

 -- Filip Strömbäck <email address hidden>  Wed, 4 Jan 2023 16:08:42 +0000

Upload details

Uploaded by:
Filip Strömbäck
Uploaded to:
Sid
Original maintainer:
Filip Strömbäck
Architectures:
amd64 arm64 all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64 [FULLYBUILT] arm64

Downloads

File Size SHA-256 Checksum
storm-lang_0.6.2-1.dsc 1.9 KiB 0cc768cd7e30572fc709c81f28bd105f6ceb66d4ab5b5d73cd12a019d7efdbdb
storm-lang_0.6.2.orig.tar.gz 16.7 MiB 7f5f01e0acba016cabf0854729845189c52a3ec87a3d4ea1b12e46e6ca684223
storm-lang_0.6.2-1.debian.tar.xz 16.0 KiB cef569de711dfe7933415921de3239c1cd378c92bd295d03ccda05451bf5effa

No changes file available.

Binary packages built by this source

progvis: Program visualization tool for C/C++ (and others)

 A program visualization tool written in Storm. Supports a subset
 of C/C++, and other languages supported by the Storm language
 platform. Aimed at showing how concurrent programs interact with
 pointers/references and other fundamental programming concepts.

progvis-examples: Set of example programs for progvis

 Programs developed for Progvis, illustrating different aspects
 of concurrency and memory handling.
 .
 Progvis is a program visualization tool written in Storm. Supports a
 subset of C/C++, and other languages supported by the Storm language
 platform. Aimed at showing how concurrent programs interact with
 pointers/references and other fundamental programming concepts.

storm-lang: Platform for extensible languages

 Storm is a language system for extensible languages. It allows
 creating multiple languages and DSLs that are able to operate
 in close cooperation. Not too dissimilar from LISP systems, but
 with custom syntax.

storm-lang-crypto: Cryptographic library for Storm

 Cryptographic primitives (for example for estabilshing SSL tunnels)
 for the Storm language platform.

storm-lang-crypto-dbgsym: debug symbols for storm-lang-crypto
storm-lang-dbgsym: debug symbols for storm-lang
storm-lang-graphics: Graphics library for Storm

 Provides the ability to load various image types to Storm programs.

storm-lang-graphics-dbgsym: debug symbols for storm-lang-graphics
storm-lang-layout: Layout library for Storm

 This library provides a language extension for declaring layouts
 in the Storm language platform.

storm-lang-presentation: Presentation library for Storm

 Library with language extensions for conveniently creating and showing
 presentations in the Storm language platform.

storm-lang-sound: Sound playback library for Storm

 Sound playback library for the Storm language platform. Supports
 decoding flac, ogg and mp3 streams.

storm-lang-sound-dbgsym: debug symbols for storm-lang-sound
storm-lang-sql: SQL library for Storm

 Generic SQL database interface to the Storm language platform, complete with
 custom syntax. Provides bindings for SQLite at the moment.

storm-lang-sql-dbgsym: debug symbols for storm-lang-sql
storm-lang-ui: UI library for Storm (using Gtk3)

 UI library for the Storm language platform using Gtk+.

storm-lang-ui-dbgsym: debug symbols for storm-lang-ui