lombok-ast 0.2+ds-6 source package in Ubuntu

Changelog

lombok-ast (0.2+ds-6) unstable; urgency=medium

  * Declare compliance with Debian Policy 4.6.0.
  * Add CaseStatement.patch and work around a FTBFS due to a newer version of
    src:eclipse-jdt-core. (Closes: #997250)

 -- Markus Koschany <email address hidden>  Mon, 08 Nov 2021 21:06:45 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lombok-ast_0.2+ds-6.dsc 2.3 KiB 5b80f6e8dfe5397adc85c549ddbcecd3c1cba7b93e2f998b4e597ba984ef6787
lombok-ast_0.2+ds.orig.tar.xz 802.9 KiB ccace34823c50b84cac1ee2880a37f79ca1524eb2cd37f252d7e07d60ee40c42
lombok-ast_0.2+ds-6.debian.tar.xz 10.4 KiB aa9d74c1653e05864b57f6ab8fb571e85783fdb3ef20a0c43618ddb8cac6b6f7

Available diffs

No changes file available.

Binary packages built by this source

liblombok-ast-java: Robust parser + AST for the Java language

 Lombok wraps the Abstract Syntax Tree (AST) produced by a target
 platform into its own AST system, mostly because both Eclipse and
 javac do not allow upward traversal (from a method to its owning
 type, for example).