quebex

A software analysis framework built around the QBE intermediate language

git clone https://git.8pit.net/quebex.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  quebex-syntax/
 7  quebex-symex/
 8  quebex-cli/
 9  quebex/
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