summaryrefslogtreecommitdiff
path: root/dev-java/bcel/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/bcel/metadata.xml')
-rw-r--r--dev-java/bcel/metadata.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-java/bcel/metadata.xml b/dev-java/bcel/metadata.xml
new file mode 100644
index 000000000000..a831a151c83a
--- /dev/null
+++ b/dev-java/bcel/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/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="github">apache/commons-bcel</remote-id>
+ </upstream>
+</pkgmetadata>