akkuPackages.bcaine-defstruct
akku-bcaine-defstruct 0.0.1
A more convenient version of `define-record-type`, inspired by Chicken's `defstruct`, including SRFI-17 setters
Unspecified free software license
programs: -
Platforms (80)
x86_64-linuxarmv5tel-linuxsh4-linuxmsp430-nonepowerpcle-noneriscv32-nonevc4-nonex86_64-none
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ akkuPackages.bcaine-defstruct ];
Ad-hoc shell
nix-shell -p akkuPackages.bcaine-defstruct
Flake (nix run)
nix run nixpkgs#akkuPackages.bcaine-defstruct