A software analysis framework built around the QBE intermediate language
git clone https://git.8pit.net/quebex.git
1version = 1 2 3# cabal requires the first line in the file to be the `cabal-version` field. 4# The license header needs to be added after which looks weird; hence, we are 5# specifying the license for `*.cabal` files here. 6[[annotations]] 7path = "**/*.cabal" 8SPDX-FileCopyrightText = "2025 Sören Tempel <soeren+git@soeren-tempel.net>" 9SPDX-License-Identifier = "GPL-3.0-only"1011# We don't want to force comment headers for test files.12[[annotations]]13path = "quebex-syntax/test/golden/*"14SPDX-FileCopyrightText = "2025 Sören Tempel <soeren+git@soeren-tempel.net>"15SPDX-License-Identifier = "GPL-3.0-only"