blob: 62e8f54f620684d1115787c07d5d6f1fdca05d36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
<longdescription>
The Checker Framework enhances Java's type system to make it
more powerful and useful. This lets software developers detect
and prevent errors in their Java programs.
A "checker" is a tool that warns you about certain errors or
gives you a guarantee that those errors do not occur.
</longdescription>
<origin>gentoo-staging</origin>
</pkgmetadata>
|