libreflectasm-java 1.11.9+dfsg-3 source package in Ubuntu

Changelog

libreflectasm-java (1.11.9+dfsg-3) unstable; urgency=medium

  * Stopping build-depending on dropped libasm-java-doc (Closes: #1025838)

 -- Pierre Gruet <email address hidden>  Sat, 10 Dec 2022 14:18:59 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libreflectasm-java_1.11.9+dfsg-3.dsc 2.3 KiB 551d7ef0776b332bdfa0e15f0781025142241e31a99490fe192c22dc3cdf0499
libreflectasm-java_1.11.9+dfsg.orig.tar.xz 15.0 KiB 2919121d5e8eabaa2b8acd6810195c9fdc7d833057f7c5a96a11a6026b223d96
libreflectasm-java_1.11.9+dfsg-3.debian.tar.xz 5.7 KiB 3f907bd989217188ff8f0270d46026d034c35a965e1199b411be8fb9bf0c63c7

Available diffs

No changes file available.

Binary packages built by this source

libreflectasm-java: library that provides reflection by using code generation

 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.

libreflectasm-java-doc: library that provides reflection by using code generation - doc

 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.
 .
 This package contains the Javadoc API