ucblogo 6.2.4-1build2 source package in Ubuntu

Changelog

ucblogo (6.2.4-1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 19:29:14 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel

Downloads

File Size SHA-256 Checksum
ucblogo_6.2.4.orig.tar.xz 614.3 KiB 5f3adbee2953ed0f4c39245110b216e337fcd81c2291a096ba458e93c125d3cc
ucblogo_6.2.4-1build2.debian.tar.xz 5.5 KiB 4a713450b0742a771c3e9ab967bb998431f9a5b41134691b674c906b84df4cf0
ucblogo_6.2.4-1build2.dsc 2.0 KiB 4cf39b19f0ef0ecf137772e480f6bf38316f9f510bf021ff992e49868c01943b

Available diffs

View changes file

Binary packages built by this source

ucblogo: dialect of lisp using turtle graphics famous for teaching kids

 This is the UC Berkeley implementation of logo written primarily by
 Daniel Van Blerkom, Brian Harvey, Michael Katz, and Douglas Orleans. This
 version of logo is featured in Brian Harvey's book
 _Computer_Science_Logo_Style, _Volume_1: _Symbolic_Computing_
 (ISBN 0-262-58151-5). This version provides the following special features:
 .
  - Random-access arrays.
  - Variable number of inputs to user-defined procedures.
  - Mutators for list structure (dangerous).
  - Pause on error, and other improvements to error handling.
  - Comments and continuation lines; formatting is preserved when
    procedure definitions are saved or edited.
  - Terrapin-style tokenization (e.g., [2+3] is a list with one member)
    but LCSI-style syntax (no special forms except TO). The best of
    both worlds.
  - First-class instruction and expression templates.
  - Macros.

ucblogo-dbgsym: debug symbols for ucblogo