byte-buddy 1.7.11-1 source package in Ubuntu

Changelog

byte-buddy (1.7.11-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Updated the files excluded from the upstream tarball

 -- Emmanuel Bourg <email address hidden>  Mon, 12 Mar 2018 08:58: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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
byte-buddy_1.7.11-1.dsc 2.4 KiB 548db97848b140a95d09f0663e46be71e0d483c7f7a318a48602e0f25b331242
byte-buddy_1.7.11.orig.tar.xz 805.2 KiB c2411e14374fabdbd64c98dbecaff19b40d02f850ded809d357f909e1576c87d
byte-buddy_1.7.11-1.debian.tar.xz 3.6 KiB a8b8467b63b48fa7a3adaf13149259ccda8678a6c97d85a5b2929e55567c0bd9

Available diffs

No changes file available.

Binary packages built by this source

libbyte-buddy-java: Runtime code generation for the Java virtual machine

 Byte Buddy is a code generation and manipulation library for creating
 and modifying Java classes during the runtime of a Java application and
 without the help of a compiler. Other than the code generation utilities
 that ship with the Java Class Library, Byte Buddy allows the creation of
 arbitrary classes and is not limited to implementing interfaces for the
 creation of runtime proxies. Furthermore, Byte Buddy offers a convenient
 API for changing classes either manually, using a Java agent or during a
 build.

libbyte-buddy-java-doc: Runtime code generation for the Java virtual machine (document)

 Byte Buddy is a Java library for creating Java classes at run time.
 .
 This package contains the API documentation of libbyte-buddy-java.