--- title: Ahven Wiki --- # Ahven, Unit Test Framework for Ada Welcome to Ahven wiki pages. Ahven is a unit test framework for Ada programming language and it is distributed under permissive open source [ISC license](http://www.ahven-framework.com/LICENSE.txt). The official home page of Ahven is https://www.ahven-framework.com/ The latest Ahven source code release (version 2.8) can be found from - https://www.ahven-framework.com/releases/ahven-2.8.zip - and https://www.ahven-framework.com/releases/ahven-2.8.tar.gz [Mercurial version control system](https://www.mercurial-scm.org/) is used for development, the repository is at - https://hg.sr.ht/~tkoskine/ahven Various Linux distributions also have Ahven in their package repositories. ## Fedora Linux On Fedora, you can install Ahven with command: > $ sudo dnf install ahven ahven-devel libgnat-static Package libgnat-static is needed due to some GNAT bugs related to Ada library linking issues. ## Debian Linux 11 (bullseey) On Debian 11, the package name is [libahven9-dev](https://packages.debian.org/bullseye/libahven9-dev): > $ sudo apt-get install libahven9-dev ## Debian Linux 10 (buster) On Debian 10, the package name is libahven7-dev: > $ sudo apt-get install libahven7-dev ## Maintainer Ahven is maintained by Tero Koskinen .