Go to file
Michel Schinz df3ae1e892 - added function base64-encode-string 2003-11-21 10:29:42 +00:00
build Automatically generate file DETAILS containing library details. 2003-03-11 06:13:58 +00:00
s48 Oops, :BYTE-VECTOR doesn't actually exist. I guess I ought to have tested that before I committed -- I think I tested everything, said 'duh,' added type annotations to BANANA-EXTRAS, and committed without testing again, due to the simplicity of the addition to interfaces.scm --. 2003-10-28 22:38:43 +00:00
scsh - added function base64-encode-string 2003-11-21 10:29:42 +00:00
.cvsignore Ignore generated files. 2003-02-12 09:45:33 +00:00
COPYING Fix botched initial commit of CML code: 2003-05-12 08:56:27 +00:00
INSTALL Added install/uninstall. 2003-02-24 18:48:44 +00:00
Makefile Get ready for version 0.6. NEWS fix: Tiff is scsh lib, not s48 lib. 2003-11-19 20:29:25 +00:00
NEWS Added release 0.5's date. 2003-11-20 19:14:05 +00:00
README Added sunterlib.scm and sunterlib-48.scm to eventually replace (s48-)interfaces.scm and (s48-)packages.scm. 2003-05-07 18:06:12 +00:00
README.admin Get ready for new release. 2003-05-20 01:43:59 +00:00
README.contrib Automatically generate file DETAILS containing library details. 2003-03-11 06:13:58 +00:00

README

Scheme Untergrund Library

The Scheme Untergrund Library hosts contributed code for Scheme48 and
Scsh. In addition to acting as host, the project provides a
centralized way to access these packages from the languages' module
system.

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

USE

To use sunterlib, first make sure the library is installed (see
INSTALL).

After installation, the library is available in
  /usr/local/lib/sunterlib,
and the documentation is available in
  /usr/local/share/doc/sunterlib
(or the corresponding subdirectories of the prefix used for
installation).

The file "sunterlib.scm" is the full sunterlib interface for use with
scsh ("sunterlib.scm" is composed of the deprecated "interfaces.scm"
and "packages.scm").

The file "sunterlib-s48.scm" is the sunterlib subset interface for use
with scheme48 ("sunterlib-s48.scm" is composed of the deprecated
"s48-interfaces.scm" and "s48-packages.scm").

A typical scsh script might start like this:

#!/usr/local/bin/scsh \
-lm /usr/local/lib/sunterlib/sunterlib.scm -o foo -s
!#

where "foo" is a sunterlib package needed by your script.

BUGS

Please use the bug tracking system to report bugs:
  http://savannah.nongnu.org/bugs/?group=sunterlib