This package browser is in early development. Mind the rough edges.

chez-scheme-bootstrap-bootfiles

Bootstrapped Chez Scheme boot files

Chez Scheme is a self-hosting compiler: building it requires ``boot files'' containing the Scheme-implemented portions compiled for the current platform. (Chez can then cross-compile bootfiles for all other supported platforms.)

This package provides boot files for the released version of Chez Scheme bootstrapped by chez-scheme-for-racket. Chez Scheme 9.5.4 or any later version can be used for bootstrapping. Guix ultimately uses the Racket package cs-bootstrap to bootstrap its initial version of Chez Scheme.

Installation

Install the latest version of chez-scheme-bootstrap-bootfiles as follows:

guix install chez-scheme-bootstrap-bootfiles

Or install a particular version:

guix install chez-scheme-bootstrap-bootfiles@10.2.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of chez-scheme-bootstrap-bootfiles about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/chez-scheme-bootstrap-bootfiles'><img src='https://packages.guix.gnu.org/packages/chez-scheme-bootstrap-bootfiles/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/chez-scheme-bootstrap-bootfiles/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/chez-scheme-bootstrap-bootfiles)

Example Org:

[[https://packages.guix.gnu.org/packages/chez-scheme-bootstrap-bootfiles][https://packages.guix.gnu.org/packages/chez-scheme-bootstrap-bootfiles/badges/latest-version.svg]]