blob: f79da14965bb8a076c6335f48f59a8b8d3ceae0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?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 lang="en">
This is the main Reference implementation of the BCEL JavaClass API.
The Byte Code Engineering Library (formerly known as JavaClass) is intended
to give users a convenient possibility to analyze, create, and manipulate
(binary) Java class files (those ending with .class). Classes are represented
by objects which contain all the symbolic information of the given class:
methods, fields and byte code instructions, in particular.
</longdescription>
<upstream>
<remote-id type="cpe">cpe:/a:apache:commons_bcel</remote-id>
<changelog>https://downloads.apache.org/commons/bcel/RELEASE-NOTES.txt</changelog>
</upstream>
<origin>gentoo-staging</origin>
</pkgmetadata>
|