Hi! Ada Web Application is a framework to build high performance secure web applications.
With the new AWA 2.2.0 release, I took some time to make and provide Debian packages for the numerous libraries and tools the framework is composed of. I've built packages for Ubuntu 18.04 (gnat-7), Ubuntu 20.04 (gnat-9) and Debian 10 (gnat-8). These packages are for amd64/x86_64 (I'm sorry I don't have the energy nor the time to provide Debian packages for other architectures). You can access the Debian 10 packages by adding the following line in apt configuration: deb https://apt.vacs.fr/debian-buster buster main And you may accept the key by using: wget -O - https://apt.vacs.fr/apt.vacs.fr.gpg.key | sudo apt-key add - After running: sudo apt-get update You should be able to install the packages: sudo apt-get install -y dynamo akt libawa2-dev libawa-unit2-dev libawa-blogs2-dev libawa-questions2-dev libawa-wikis2-dev libawa-setup2-dev The documentation is provided by separate packages: sudo apt-get install -y libawa-doc libado-doc libawa-doc libkeystoreada-doc libsecurity-doc libutilada-doc libwikiada-doc I hope these packages will be useful to the Ada Debian community. Feel free to contact me if you have problems, I'll try to help as much as I can in my limited spare time:-) Stephane
