[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project bcel-6.4.1-13.el9

Name bcel
Epoch 0
Version 6.4.1
Release 13.el9
Website/URL http://commons.apache.org/proper/commons-bcel/
License ASL 2.0
Build Time 2025-03-28 11:11:10
Build Host builder-x86-05.inferitos.ru
Summary Byte Code Engineering Library
Repositories AppStream
Description 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. Such objects can be read from an existing file, be transformed by a program (e.g. a class loader at run-time) and dumped to a file again. An even more interesting application is the creation of classes from scratch at run-time. The Byte Code Engineering Library (BCEL) may be also useful if you want to learn about the Java Virtual Machine (JVM) and the format of Java .class files. BCEL is already being used successfully in several projects such as compilers, optimizers, obsfuscators and analysis tools, the most popular probably being the Xalan XSLT processor at Apache.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
noarch
bcel-6.4.1-13.el9.noarch Byte Code Engineering Library 374c4fc550917581c6cde7535ede881a054243c23377e749d24bc9b0efb6dde8 download
src
bcel-6.4.1-13.el9.src Byte Code Engineering Library 12fbe26cef13a8a83e0367b3395d72b026271f40c8493d731dae917bbb2c2362 download
Changelog link
* Thu Mar 20 2025 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6.4.1-13
- Rebuilt for MSVSphere 9.6-beta

* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 6.4.1-13
- Add noarch to ExclusiveArch

* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 6.4.1-12
- Disable building on i686

* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 6.4.1-11
- Fix patch usage

* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 6.4.1-10
- Rebuild with regenerated Requires on Java