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 39 40 41 42 43
|
Source: dirgra
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>
Build-Depends: debhelper (>= 10~),
default-jdk,
javahelper,
junit4,
libmaven-javadoc-plugin-java,
libmaven-source-plugin-java,
maven-debian-helper,
maven-repo-helper
Standards-Version: 3.9.8
Homepage: https://github.com/jruby/dirgra
Vcs-Git: https://anonscm.debian.org/git/pkg-java/dirgra.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/dirgra.git
Package: libdirgra-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Description: Java library providing a simple directed graph implementation
A directed graph (or digraph) is a graph (that is a set of vertices
connected by edges), where the edges have a direction associated with
them.
.
This library is currently used in JRuby implementation but it's perfectly
reusable for any other project requiring this kind of data structures.
Package: libdirgra-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libdirgra-java
Description: Documentation for dirgra
A directed graph (or digraph) is a graph (that is a set of vertices
connected by edges), where the edges have a direction associated with
them.
.
This library is currently used in JRuby implementation but it's perfectly
reusable for any other project requiring this kind of data structures.
.
This package contains the API documentation of libdirgra-java.
|