javassist 1:3.27.0-1 source package in Ubuntu

Changelog

javassist (1:3.27.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Switch to debhelper level 12

 -- Emmanuel Bourg <email address hidden>  Sun, 07 Jun 2020 23:02:49 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libs
Lunar release universe libs
Kinetic release universe libs
Jammy release universe libs

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
javassist_3.27.0-1.dsc 2.1 KiB f010fdf79c5f7c52c02322c002dba3dd1dc07c72a7f1780b2d49b85bcf593d67
javassist_3.27.0.orig.tar.xz 390.7 KiB 3bb36d5a7c5fb41f8d79238d65bdf9b985ad99a78b92ee43282fa45f6f4ab284
javassist_3.27.0-1.debian.tar.xz 5.0 KiB bc632c4832b9cfe9a25a799dd3dd677ebcb418a0f220808ecb656dfb461c2dc4

Available diffs

No changes file available.

Binary packages built by this source

libjavassist-java: library for editing bytecodes in Java

 This library makes Java bytecode manipulation simple. It enables Java
 programs to define a new class at runtime and to modify a class file
 when the JVM loads it.
 .
 Unlike other bytecode editors, Javassist provides two levels of API:
 source level and bytecode level. With the source-level API, users can
 edit a class file without knowledge of the specifications of the Java
 bytecode. You can even specify inserted bytecode in the form of source
 text; Javassist compiles it on the fly. On the other hand, the
 bytecode-level API allows the users to directly edit a class file as
 other editors.

libjavassist-java-doc: No summary available for libjavassist-java-doc in ubuntu hirsute.

No description available for libjavassist-java-doc in ubuntu hirsute.