ucblogo 6.1-0.1build1 source package in Ubuntu

Changelog

ucblogo (6.1-0.1build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <email address hidden>  Sun, 22 Mar 2020 17:01:32 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Barak A. Pearlmutter
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe devel

Downloads

File Size SHA-256 Checksum
ucblogo_6.1.orig.tar.gz 1.9 MiB f35d8faf2dd8c4347ff67816570b20d935c19e4f6acb5301708ef2b81d9f9339
ucblogo_6.1-0.1build1.debian.tar.xz 8.2 KiB eb59d74d9c8f5f1a18b3b212294e7e32c687c1f718f915e0d052302a82b8b7eb
ucblogo_6.1-0.1build1.dsc 1.9 KiB 90cd75d2ad69909e5dbd21397b996f0cb38331fe369d993c6b03fe021bd29bec

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