jgrapht 1.5.2-1 source package in Ubuntu

Changelog

jgrapht (1.5.2-1) unstable; urgency=medium

  * New upstream version 1.5.2
  * Refreshing patches
  * Raising Standards version to 4.6.2 (no change)
  * Refreshing copyright years
  * Adding B-D on libapfloat-java
  * Simplifying debian/maven.rules
  * Correcting the syntax of the Lintian override

 -- Pierre Gruet <email address hidden>  Fri, 16 Jun 2023 07:53:13 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jgrapht_1.5.2-1.dsc 2.3 KiB 083fd3fb0fd8de54a0567caee26452895c105ceb8fdc32f88e9701877dc5414a
jgrapht_1.5.2.orig.tar.gz 2.6 MiB a87791b0f3a2ee5c23ac1c7ad63061a62019a88c8a874481a7296acbedde7711
jgrapht_1.5.2-1.debian.tar.xz 11.0 KiB 83461cdac049e35b7ea5e4eb9797fd50ced485281c5c3b2dd737d2271a13cb2d

Available diffs

No changes file available.

Binary packages built by this source

libjgrapht-java: Java library of graph theory data structures and algorithms

 JGraphT is a free Java class library that provides mathematical graph-theory
 objects and algorithms. In JGraphT, a graph is defined as a set of vertices
 connected by a set of edges.
 .
 It is possible to define graphs, to modify, compare or generate them, to run
 many algorithms through them. One may also import or export graphs.