akkuPackages.adios
akku-adios 0.1.0
A simple prototype-based object system for Chez Scheme that supports single inheritance
Apache License 2.0
programs: -
Platforms (80)
microblazeel-linuxaarch64-windowswasm64-wasix86_64-redoxpowerpc-linuxarmv6l-netbsdjavascript-ghcjsmips-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ akkuPackages.adios ];
Ad-hoc shell
nix-shell -p akkuPackages.adios
Flake (nix run)
nix run nixpkgs#akkuPackages.adios