akkuPackages.bcaine-format

akku-bcaine-format 0.0.1

A `format`, `printf` and `sprintf` somewhat in the style of Chicken Scheme

Unspecified free software license
programs: -
Platforms (80)
powerpc-linuxpowerpc-noneaarch64-freebsdmicroblaze-linuxarmv6l-nonemicroblazeel-noneriscv32-linuxi686-freebsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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