Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takikawa/racket-ppa
Ubuntu PPA for Racket (based on the upstream in Debian at https://salsa.debian.org/bremner/racket). Check the Launchpad page for details & instructions.
https://github.com/takikawa/racket-ppa
racket racket-lang
Last synced: 10 days ago
JSON representation
Ubuntu PPA for Racket (based on the upstream in Debian at https://salsa.debian.org/bremner/racket). Check the Launchpad page for details & instructions.
- Host: GitHub
- URL: https://github.com/takikawa/racket-ppa
- Owner: takikawa
- Created: 2014-04-10T19:13:59.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T01:29:54.000Z (over 2 years ago)
- Last Synced: 2025-01-23T03:08:46.532Z (18 days ago)
- Topics: racket, racket-lang
- Language: Racket
- Homepage: https://launchpad.net/~plt/+archive/ubuntu/racket
- Size: 268 MB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The Racket Programming Language
===============================This is the
Racket | Unix | Source
distribution for version 8.6.
This distribution provides source for the Racket run-time system;
for build and installation instructions, see "src/README.txt".
(The distribution also includes the core Racket collections and any
installed packages in source form.)The distribution has been configured so that when you install or
update packages, the package catalog at
https://download.racket-lang.org/releases/8.6/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.