scsh-users
[Top] [All Lists]

Re: [RELEASE] Sunterlib 0.6

To: scsh <scsh@zurich.csail.mit.edu>
Subject: Re: [RELEASE] Sunterlib 0.6
From: Anthony Carrico <acarrico@memebeam.org>
Date: Mon, 19 Apr 2004 11:02:59 -0400
I'm pleased to announce version 0.6 of the Scheme Untergrund Library
(sunterlib). Sunterlib hosts contributed libraries for Scheme 48 and
Scsh.

The big news in this version is that we have adopted Michel Schinz's
installation library.

Project web site:
  http://www.scsh.net/resources/sunterlib.html

Current release:
  http://savannah.nongnu.org/download/sunterlib/sunterlib-0.6.tar.gz

Sunterlib is hosted at savannah:
  http://savannah.nongnu.org/projects/sunterlib/

The project site offers cvs access to the source code and a bug
tracking system. Sunterlib already hosts packages from several
authors; you may contribute your own packages to this library
too. Please contact one the project administrators if you are
interested.

NEWS

version 0.6 2004-04-15
* COPYING is now autogenerated.
* Libraries now have their own version numbers.
* Libraries now have their own NEWS.
* AUTHORS files now must contain copyrights.
* New package system
  * interfaces.scm + packages.scm -> packages.scm
  * add pkg-def.scm
  * load.scm autogenerated.
* New s48 library: profiler
* New s48 library: heap-images
* New scsh libraries: file-mode
* New s48 libraries: SRFI-34/SRFI-35 exceptions and conditions, SRFI-10

S48 LIBRARIES

args-fold: a program option processor (SRFI-37).
Copyright (c) 2004 Anthony Carrico

concurrency: semaphores, with-lock.
Copyright (c) 2003 Martin Gasbichler

module-system: Module system extensions. Run-time access to
the Scheme48 module system.
Copyright (c) 2003 Martin Gasbichler

continuation-data-type: encapsulates continuations into a
data type.
Copyright (c) 2003 Martin Gasbichler

krims: Odds and ends (srfi-1+, srfi-9+, assert and other syntax & stuff)
       [ intended for internal use ]
Copyright (c) 2003 Rolf-Thomas Happe

banana: http://twistedmatrix.com/documents/specifications/banana.html
Copyright (c) 2003 Taylor Campbell

binary-parse: Reading of bits from a byte-stream.
Copyright (c) 2003 Martin Gasbichler, Oleg Kiselyov

intsets: Sets of integers represented as sorted lists of intervals.
Copyright (c) 2003 Michel Schinz

CML: This is an implementation of the Concurrent ML event algebra
(called rendezvous here) and some of higher-level synchronization
abstractions.
Copyright (c) 2003 Mike Sperber

procedure-tables: PROCEDURE-HASH and MAKE-PROCEDURE-TABLE for tables whose keys 
are procedures
Copyright (c) 2003 Taylor Campbell

SRFI-34/35: An exception and condition system for Scheme
restart: simple restartable exceptions with SRFI-34/35
Copyright (c) 2002 Richard Kelsey, Michael Sperber
Copyright (c) 2004 Eric Knauel

reinitializers: Specify code to run on scsh's startup
Copyright (c) 2003 Martin Gasbichler

mini-profiler: a minimalistic profiler
Copyright (c) 2003 Matthias Neubauer, Eric Knauel

A SRFI 10 implementation with a facility for user-defined reader constructors.
Copyright (c) 2003 Taylor Campbell

SCSH LIBRARIES

afs: Obtain and manipulate access control lists in AFS.
Copyright (c) 2003 Martin Gasbichler

dir-streams: Represent and process directories as streams of files and
sub-directories.
Copyright (c) 2003 Martin Gasbichler, Eric Knauel, Matthias Neubauer

interaction: Read-eval-print-loop fun.
Copyright (c) 2003 Martin Gasbichler

pps: a portable version of the ps (process status) command.
Copyright (c) 2003 Martin Gasbichler

bytio: Byte I/O.
Copyright (c) 2003 Rolf-Thomas Happe

image-info:  Extract vital stats from (graphic) images.
Copyright (c) 2003 Rolf-Thomas Happe

base64: Base64 encoding/decoding functions.
Copyright (c) 2003 Michel Schinz

treaps: An ordered dictionary data structure, based on randomized
search trees (treaps).
Copyright (c) 2001 Oleg Kiselyov
Copyright (c) 2003 Martin Gasbichler

tiff:  Read entries from the (first) image directory of tiff files.
Copyright (c) 2003 Oleg Kiselyov
Copyright (c) 2003 RT Happe

file-mode: Data type for file mode (copied from Scheme 48)
Copyright (c) 2001 Richard Kelsey
Copyright (c) 2003 Martin Gasbichler

sequences:  Procedures for abstract and general sequences, in particular
    vectors.
Copyright (c) 2003 Rolf-Thomas Happe

-- 
Anthony Carrico

Attachment: signature.asc
Description: Digital signature

<Prev in Thread] Current Thread [Next in Thread>