qute

A software analysis framework built around the QBE intermediate language

git clone https://git.8pit.net/qute.git

 1-- SPDX-FileCopyrightText: 2025 Sören Tempel <soeren+git@soeren-tempel.net>
 2--
 3-- SPDX-License-Identifier: GPL-3.0-only
 4
 5packages:
 6  qute-syntax/
 7  qute-symex/
 8  qute-cli/
 9  qute/
10
11-- Ensure that benchmarks and tests are always build to catch API breakage.
12tests: True
13benchmarks: True
14
15-- Don't build Haddock documentation , just not the focus for now.
16documentation: False