blob: 865a32b3e67f8536dee079bdb79b32486cb960ec [file] [log] [blame]
Mathew Inwood66f8b9f2018-07-12 14:49:51 +00001name: "apache-commons-bcel"
2description:
Elliott Hughes46dffe82018-08-01 15:31:04 -07003 "The Byte Code Engineering Library (Apache Commons BCEL) is intended to "
Mathew Inwood66f8b9f2018-07-12 14:49:51 +00004 "give users a convenient way to analyze, create, and manipulate (binary) "
5 "Java class files (those ending with .class). Classes are represented by "
6 "objects which contain all the symbolic information of the given class: "
7 "methods, fields and byte code instructions, in particular."
8
9third_party {
10 url {
11 type: HOMEPAGE
12 value: "https://commons.apache.org/proper/commons-bcel/"
13 }
14 url {
15 type: GIT
16 value: "https://github.com/apache/commons-bcel.git"
17 }
18 version: "BCEL_6_2"
19 last_upgrade_date { year: 2018 month: 7 day: 10 }
20 license_type: NOTICE
21}