Go to file
Rolf-Thomas Happe bcb960f956 stated relations between vector, string, list, general sequence procedures 2003-03-09 19:55:50 +00:00
build Header is now added to master interfaces. 2003-01-29 16:58:34 +00:00
s48 stated relations between vector, string, list, general sequence procedures 2003-03-09 19:55:50 +00:00
scsh Additional PREPARE argument for with-inspecting-handler 2003-02-26 15:38:36 +00:00
.cvsignore Ignore generated files. 2003-02-12 09:45:33 +00:00
COPYING another thumb print 2003-02-12 21:55:43 +00:00
INSTALL Added install/uninstall. 2003-02-24 18:48:44 +00:00
Makefile Changed find "-not" option to ! for FreeBSD compatibility. 2003-02-25 15:08:51 +00:00
NEWS Start new version. 2003-02-25 06:49:32 +00:00
README Added install/uninstall. 2003-02-24 18:48:44 +00:00
README.admin Get ready for next version. 2003-02-24 19:16:56 +00:00
README.contrib Added contributer guidelines. Added release date to NEWS. 2003-02-25 06:43:04 +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 files "interfaces.scm" and "packages.scm", are the full sunterlib
for use with scsh.

The files "s48-interfaces.scm" and "s48-packages.scm", are a sunterlib
subset for use with scheme48.

A typical scsh script might start like this:

#!/usr/local/bin/scsh \
-lm /usr/local/lib/sunterlib/interfaces.scm -lm /usr/local/lib/sunterlib/packages.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