File: control

package info (click to toggle)
plantuml 1%3A1.2020.2%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 25,420 kB
  • sloc: java: 243,547; javascript: 1,376; xml: 216; sh: 103; makefile: 14
file content (59 lines) | stat: -rw-r--r-- 1,564 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: plantuml
Section: graphics
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
Build-Depends:
 ant, ant-contrib,
 javacc,
 debhelper-compat (= 13),
 default-jdk,
 libfop-java,
 libbatik-java
Standards-Version: 4.6.0
Homepage: http://plantuml.com/
Vcs-Git: https://salsa.debian.org/debian/plantuml.git
Vcs-Browser: https://salsa.debian.org/debian/plantuml

Package: plantuml
Architecture: all
Depends:
 default-jre-headless,
 libavalon-framework-java,
 libbatik-java,
 libcommons-io-java,
 libcommons-logging-java,
 libfop-java,
 libjlatexmath-java,
 libxml-commons-external-java,
 libxmlgraphics-commons-java,
 libfontconfig1,
 ${fontmanager:Depends},
 ${misc:Depends},
Recommends: graphviz
Description: text-to-UML converter
 PlantUML is a program allowing to draw UML diagrams, using a simple
 human readable text description.
 .
 PlantUML supports the following UML diagrams:
   - sequence diagram
   - use case diagram
   - class diagram
   - activity diagram
   - component diagram
   - state diagram
   - object diagram
   - deployment diagram
   - timing diagram
 .
 The following non-UML diagrams are also supported:
   - wireframe graphical interface (Salt)
   - Archimate diagram
   - Specification and Description Language (SDL)
   - Ditaa diagram
   - Gantt diagram
   - mathematics with AsciiMath or JLaTeXMath notation
 .
 Output images can be generated in PNG, in SVG or LaTeX format.
 PlantUML also supports generation of ASCII art diagrams (only for
 sequence diagrams).