• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

collects/H08-Oct-2021-162,471148,820

doc/H07-May-2022-86,59783,911

etc/H06-Nov-2021-21

share/H03-May-2022-1,116,951961,103

src/H03-May-2022-1,427,9241,260,689

READMEH A D06-Nov-20211.6 KiB4836

README

1The Racket Programming Language
2===============================
3
4This is the
5  Racket | Unix | Source + built packages
6distribution for version 8.3.
7
8This distribution provides source for the Racket run-time system;
9for build and installation instructions, see "src/README.txt".
10Besides the run-time system's source, the distribution provides
11pre-built versions of the core Racket bytecode, as well as pre-built
12versions of included packages and documentation --- which makes it
13suitable for quick installation on a Unix platform for which
14executable binaries are not already provided.
15This option is recommended for ARM.
16
17The distribution has been configured so that when you install or
18update packages, the package catalog at
19  https://download.racket-lang.org/releases/8.3/catalog/
20is consulted first.
21
22Visit http://racket-lang.org/ for more Racket resources.
23
24
25License
26-------
27
28Racket is distributed under the MIT license and the Apache version 2.0
29license, at your option.
30
31The Racket runtime system embeds Chez Scheme, which is distributed
32under the Apache version 2.0 license.
33The runtime system remains separate as a shared library or
34additional executable, which means that it is dynamically linked
35and can be replaced with a modified variant by users, except
36for Windows executables that are created with the "embed DLLs"
37option.
38
39See the file "LICENSE-APACHE.txt" in "share" for the full text of the
40Apache version 2.0 license.
41
42See the file "LICENSE-MIT.txt" in "share" for the full text of the
43MIT license.
44
45Racket packages that are included in the distribution have their own
46licenses. See the package files in "pkgs" within "share" for more
47information.
48