aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA21
1 files changed, 21 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 00000000..9b948d8c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,21 @@
+name: "apache-commons-bcel"
+description:
+ "The Byte Code Engineering Library (Apache Commons BCEL™) is intended to "
+ "give users a convenient way 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."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://commons.apache.org/proper/commons-bcel/"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/apache/commons-bcel.git"
+ }
+ version: "BCEL_6_2"
+ last_upgrade_date { year: 2018 month: 7 day: 10 }
+ license_type: NOTICE
+}