The Racket Programming Language
===============================

This is the
  Minimal Racket | Mac OS | 32-bit PowerPC; for Mac OS 10.5 and up | Tarball
distribution for version 8.90.
 
Install by dragging the enclosing
  Racket v8.90
folder to your Applications folder --- or wherever you like. You can
move the folder at any time, but do not move applications or other
files within the folder. If you want to use the Racket command-line
programs, then (optionally) add the path of the "bin" subdirectory to
your PATH environment variable.

The distribution has been configured so that when you install or
update packages, the package catalog at
  https://pre-release.racket-lang.org/catalog/
is consulted first.

Visit http://racket-lang.org/ for more Racket resources.


License
-------

Racket is distributed under the MIT license and the Apache version 2.0
license, at your option.

The Racket runtime system embeds Chez Scheme, which is distributed
under the Apache version 2.0 license.
The runtime system remains separate as a shared library or
additional executable, which means that it is dynamically linked
and can be replaced with a modified variant by users, except
for Windows executables that are created with the "embed DLLs"
option.

See the file "LICENSE-APACHE.txt" in "share" for the full text of the
Apache version 2.0 license.

See the file "LICENSE-MIT.txt" in "share" for the full text of the
MIT license.

Racket packages that are included in the distribution have their own
licenses. See the package files in "pkgs" within "share" for more
information.
