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

This is the
  Minimal Racket | Mac OS | 64-bit Intel BC; for Mac OS 10.9 and up | Tarball
distribution for version 8.10.
 
The distribution has been configured so that when you install or
update packages, the package catalog at
  https://download.racket-lang.org/releases/8.10/catalog/
is consulted first.

The distribution has been configured so that the installation
name is
  8.10-bc
Multiple installations with this name share `user'-scoped packages,
which makes it easier to upgrade from such an installation to this one.
To avoid sharing (which is better for keeping multiple installations
active) use `raco pkg config -i --set name ...' to choose a different
name for this installation.

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 includes code distributed under the GNU
Lesser General Public License, version 3.
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-LGPL.txt" in "share" for the full text of the
GNU Lesser General Public License.

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.
