google-auto-value-java 1.8.2-2 source package in Ubuntu

Changelog

google-auto-value-java (1.8.2-2) unstable; urgency=high

  * Temporarily remove Kotlin functionality to allow migration to testing
    -- Kotlin is not currently release-ready in Debian

 -- Olek Wojnar <email address hidden>  Mon, 23 Jan 2023 20:27:07 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
google-auto-value-java_1.8.2-2.dsc 2.3 KiB ec9d836ca2aa11d63090e5a2b0d889b17a70ae94374aa839b6ccf5f0c7c68c30
google-auto-value-java_1.8.2.orig.tar.xz 268.9 KiB 03ab1f2efd6138ba1ac9ebecf0625f0870e763204e3eda4da0c143735bfff71b
google-auto-value-java_1.8.2-2.debian.tar.xz 5.6 KiB 1fc4954acd911a5ffc30a6b3f8230b4fa0db695a344ac6ed900970138dbe309c

Available diffs

No changes file available.

Binary packages built by this source

libgoogle-auto-value-java: Generated immutable value classes for Java 7+

 Java is full of code that is mechanical, repetitive, typically untested, and
 sometimes the source of subtle bugs. Sounds like a job for robots! The Auto
 subprojects are a collection of code generators that automate those types of
 tasks. They create the code you would have written, but without the bugs. Save
 time. Save code. Save sanity.
 .
 This package contains the immutable value classes.