akkuPackages.chez-scmutils

akku-chez-scmutils 0.0.0-alpha.0

A port of the ‘MIT Scmutils’ library to Chez Scheme

GNU General Public License v3.0 or later
programs: -
Platforms (80)
s390-nones390x-nonei686-cygwinriscv64-linuxmips64-linuxarmv7l-netbsdi686-netbsdloongarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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