actdiag
actdiag 3.0.0
Generate activity-diagram image from spec-text file (similar to Graphviz)
http://blockdiag.com/Apache License 2.0
main program: actdiagprograms: actdiag
Maintainers
Platforms (46)
x86_64-solarisx86_64-netbsdmips64-linuxi686-linuxaarch64-darwinx86_64-openbsdriscv32-linuxaarch64-freebsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ actdiag ];
Ad-hoc shell
nix-shell -p actdiag
Flake (nix run)
nix run nixpkgs#actdiag