gentoo/dev-ada/aunit/metadata.xml
Alfredo Tupone ead104c296
dev-ada/aunit: add github upstream metadata
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2022-12-05 14:22:55 +01:00

20 lines
843 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ada@gentoo.org</email>
</maintainer>
<longdescription lang="en">
AUnit is a set of Ada packages based on the xUnit family of unit test
frameworks. Its intended as a developers tool to facilitate confident
writing and evolution of Ada software. It is purposely lightweight, as
one of its main goals is to make it easy to develop and run unit tests,
rather than to generate artifacts for process management. The framework
supports easy composition of sets of unit tests to provide flexibility
in determining what tests to run for a given purpose.
</longdescription>
<upstream>
<remote-id type="github">AdaCore/aunit</remote-id>
</upstream>
</pkgmetadata>