File: control

package info (click to toggle)
abego-treelayout 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 780 kB
  • sloc: java: 1,893; xml: 136; sh: 18; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 1,096 bytes parent folder | download | duplicates (2)
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
Source: abego-treelayout
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9),
               default-jdk,
               junit4,
               libmaven-bundle-plugin-java,
               maven-debian-helper (>= 1.5)
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-java/abego-treelayout.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/abego-treelayout.git
Homepage: http://treelayout.sourceforge.net

Package: libtreelayout-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Efficient and customizable TreeLayout Algorithm in Java
 The TreeLayout creates tree layouts for arbitrary trees. It is not restricted
 to a specific output or format, but can be used for any kind of two dimensional
 diagram. Examples are Swing based components, SVG files, and many more. This is
 possible because TreeLayout separates the layout of a tree from the actual
 rendering.