absolute
absolute 0.3
A constraint solver based on abstract domains from the theory of abstract interpretation
https://github.com/mpelleau/AbSoluteGNU Lesser General Public License v3.0 or later
programs: absolute
Platforms (25)
armv7l-linuxx86_64-linuxpowerpc-linuxriscv64-linuxriscv32-linuxs390-linuxarmv5tel-linuxarmv7a-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ absolute ];
Ad-hoc shell
nix-shell -p absolute
Flake (nix run)
nix run nixpkgs#absolute