blob: 65b301ce2a465175e50064ad61b4da7c489fa614 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?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>Reflections scans your classpath, indexes the metadata, allows you to query it on runtime and may save and collect that information for many modules within your project.</longdescription>
<upstream>
<remote-id type="github">ronmamo/reflections</remote-id>
</upstream>
<origin>gentoo-staging</origin>
</pkgmetadata>
|