acl2-minimal

acl2 8.6

Interpreter and prover for a Lisp dialect

<rendered-html><p>ACL2 is a logic and programming language in which you can model computer systems, together with a tool to help you prove properties of those models. “ACL2” denotes “A Computational Logic for Applicative Common Lisp”.</p> <p>ACL2 is part of the Boyer-Moore family of provers, for which its authors have received the 2005 ACM Software System Award.</p> <p>This package installs the main ACL2 executable acl2, as well as the build tools cert.pl and clean.pl, renamed to acl2-cert and acl2-clean.</p> <p>The community books are not included in this package.</p> </rendered-html>

https://www.cs.utexas.edu/users/moore/acl2/
BSD 3-clause "New" or "Revised" License
main program: acl2programs: acl2
Platforms (80)
microblazeel-linuxaarch64-windowsi686-nonex86_64-linuxmsp430-nonem68k-linuxpowerpcle-nonei686-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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