7 python3Packages.buildPythonApplication rec {
13 inherit pname version;
14 hash = "sha256-JFL06z7lJWZxTALovDBVwNJWenWPUQV9J0qZz3Ek6gI=";
17 propagatedBuildInputs = with python3Packages; [
24 description = "Produces browsable summary of CBMC model checker output";
25 homepage = "https://github.com/model-checking/cbmc-viewer";
26 license = lib.licenses.asl20;
27 maintainers = with lib.maintainers; [ jacg ];
28 mainProgram = "cbmc-viewer";