root

root 6.40.04

Data analysis framework

https://root.cern/
GNU Lesser General Public License v2.1
programs: rootrm, rootnb.exe, rootslimtree, rootls, root-config, rootcling, rootn.exe, rmkdepend, prepareHistFactory, hist2workspace, rootmv, rootdrawtree, rootbrowse, root.exe, rooteventselector, rootreadspeed, hadd, rootcp, rootcint, genreflex, rootssh, roots.exe, rootmkdir, roots, root, rootprint
Platforms (45)
i686-freebsdarmv7l-linuxsh4-linuxmicroblaze-linuxm68k-linuxaarch64-darwinarmv6l-linuxarmv7a-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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