akkuPackages.chez-mit

akku-chez-mit 0.0.0-alpha.0

A MIT/GNU Scheme compatibility library for Chez Scheme

GNU General Public License v3.0 or later
programs: -
Platforms (80)
i686-noneloongarch64-linuxx86_64-solarisarm-nonesh4-linuxaarch64-noneriscv64-linuxx86_64-openbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  akkuPackages.chez-mit
];
Ad-hoc shell
nix-shell -p akkuPackages.chez-mit
Flake (nix run)
nix run nixpkgs#akkuPackages.chez-mit