akkuPackages.chibi-bytevector

akku-chibi-bytevector 0.9.0

Additional bytevector utilities

BSD 3-clause "New" or "Revised" License
programs: -
Platforms (80)
mipsel-linuxi686-cygwinarmv6l-netbsdi686-windowsriscv64-noneaarch64-uefix86_64-linuxx86_64-openbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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