libreflectasm-java 1.05-3 source package in Ubuntu

Changelog

libreflectasm-java (1.05-3) unstable; urgency=medium

  * Team upload.
  * Install the Maven artifacts in /usr/share/maven-repo
  * debian/control:
    - Maintenance assigned to the Debian Java Maintainers
    - Standards-Version updated to 3.9.6 (no changes)
    - Updated the Homepage field

 -- Emmanuel Bourg <email address hidden>  Tue, 09 Jun 2015 09:36:19 +0200

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
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libreflectasm-java_1.05-3.dsc 2.1 KiB de10b7d639788e4acc206807c13dd2093cc75e2da166bedaeafce004778a7362
libreflectasm-java_1.05.orig.tar.gz 10.2 KiB 97fc6d947d247d53576f476b3ec21f72bf13e7546b8b8ab9eb132f157c284480
libreflectasm-java_1.05-3.debian.tar.xz 2.7 KiB bc82becfc444c96cd1e1304053cd4a22e8675e2318b700f25af425d4136ab64e

Available diffs

No changes file available.

Binary packages built by this source

libreflectasm-java: No summary available for libreflectasm-java in ubuntu yakkety.

No description available for libreflectasm-java in ubuntu yakkety.

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