mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-15 00:06:58 +03:00
10 lines
487 B
XML
10 lines
487 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>java</herd>
|
|
<longdescription>This code is designed to allow for compile time checking of Java format strings. It can check that the format string is valid, that the proper number of arguments are supplied and that they are of the correct type.</longdescription>
|
|
<upstream>
|
|
<remote-id type="sourceforge">findbugs</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|