javaparser 3.16.3-1 source package in Ubuntu

Changelog

javaparser (3.16.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release (Closes: 901371)
    - Depend on javacc (>= 6.0)
    - New dependency on libtemplating-maven-plugin-java
  * Standards-Version updated to 4.6.1
  * Switch to debhelper level 13
  * Removed the -java-doc package
  * Use salsa.debian.org Vcs-* URLs
  * Remove the jar files from the upstream tarball

 -- Emmanuel Bourg <email address hidden>  Mon, 16 May 2022 08:16:36 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
javaparser_3.16.3-1.dsc 2.1 KiB 9db0599127a26372ff7c59cde5efd9326697822f1b376170c78f62b99f6bbf0e
javaparser_3.16.3.orig.tar.xz 864.2 KiB 692d916cb6332fa1c711064db6713606ac6d8ec1081c09763f98c1cfcb311d88
javaparser_3.16.3-1.debian.tar.xz 2.1 KiB 6c2f338b2d99f70815e60c0cf7dcfb526604f04d3b9ef6b755b09f754c269602

Available diffs

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