File: control

package info (click to toggle)
jgrapht 1.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,512 kB
  • sloc: java: 134,492; xml: 1,713; sh: 134; javascript: 81; makefile: 6
file content (38 lines) | stat: -rw-r--r-- 1,467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: jgrapht
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Pierre Gruet <pgt@debian.org>
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               javahelper,
               maven-debian-helper,
               antlr4-maven-plugin,
               libmaven-javadoc-plugin-java,
               libmaven-resources-plugin-java,
               libmaven-source-plugin-java,
               libreplacer-java,
               libcommons-text-java,
               libfastutil-java,
               libjgraphx-java,
               libjheaps-java,
               junit4 <!nocheck>,
               libxmlunit-java <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/science-team/jgrapht
Vcs-Git: https://salsa.debian.org/science-team/jgrapht.git
Homepage: https://jgrapht.org/
Rules-Requires-Root: no

Package: libjgrapht-java
Architecture: all
Depends: ${maven:Depends},
         libjgraphx-java,
         ${misc:Depends}
Description: 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.