The Racket repository
![]() The source to the split packages is in repositories under the `racket` organization on GitHub. The repositories are all named according to the pkg name, except for multiple-package repositories such as `racket/compiler` which is named based on the old directory name without the `-pkgs` suffix. Thus `pkgs/compiler-pkgs` -> https://github.com/racket/compiler The Makefile has also been adjusted to pull packages from the catalog when you type `make`. This currently relies on some tricks that will break if you try to specify a particular set of `PKGS` on the command line. We plan to improve this soon. The packages in `pkgs/racket-pkgs` and `pkgs/base` are staying in the repository, since they logically belong with the core code. The `plt-services` package is still in the repository, but will move out soon. |
||
---|---|---|
native-pkgs@2f116c1b64 | ||
pkgs | ||
racket | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.mailmap | ||
.travis.yml | ||
INSTALL.txt | ||
Makefile | ||
README.txt |
This is the source code for the main Racket distribution. See "INSTALL.txt" for information on building Racket. License ------- Racket Copyright (c) 2010-2014 PLT Design Inc. Racket is distributed under the GNU Lesser General Public License (LGPL). This implies that you may 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 states that you must release the source code for the modified software. See racket/src/COPYING_LESSER.txt for more information.