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

This is the
  Minimal Racket | Source + built packages
distribution for version 6.1.1.

This distribution provides source for the Racket run-time system;
for build and installation instructions, see "src/README".
Besides the run-time system's source, the distribution provides
pre-built versions of the core Racket bytecode, as well as pre-built
versions of included packages and documentation --- which makes it
suitable for quick installation on a Unix platform for which
executable binaries are not already provided.

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

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


License
-------

Racket
Copyright (c) 2010-2014 PLT Design Inc.

Racket is distributed under the GNU Lesser General Public License
(LGPL).  This means that you can link Racket into proprietary
applications, provided you follow the rules stated in the LGPL.  You can
also modify Racket; if you distribute a modified version, you must
distribute it under the terms of the LGPL, which in particular means
that you must release the source code for the modified software.  See
share/COPYING_LESSER.txt for more information.
