javaparser 3.26.1-1 source package in Ubuntu

Changelog

javaparser (3.26.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Remove the JavaParserBuild class to improve the reproducibility
  * Set the Java source/target level to 8
  * Remove the Maven wrapper from the upstream tarball

 -- Emmanuel Bourg <email address hidden>  Mon, 05 Aug 2024 10:19:16 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
javaparser_3.26.1-1.dsc 2.1 KiB 70e7697a766e42b95cc9a0bb9d8136d5b8867aa07876649ec55fe53328fdbe6c
javaparser_3.26.1.orig.tar.xz 1.0 MiB 86725d476f8e8a325d47a22f2febe1b24d7febf662f6cc3f2f9f1e17bae1cfaf
javaparser_3.26.1-1.debian.tar.xz 3.8 KiB 7cf6b07107a5fdba8b9a96d8e9a05ebc7df44a9c9c9466bbe1eda14647e52a70

No changes file available.

Binary packages built by this source

libjavaparser-java: Java library for parsing Java 7

 The library features abstract syntax tree (AST) generation and supports
 the visitor pattern. The AST records the source code structure, javadoc
 and comments. It is also possible to change the AST nodes or create new
 ones to modify the source code.
 .
 Main features are:
  * light weight
  * good performance
  * easy to use
  * AST can be modified
  * AST can be created from scratc