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
|
Source: plantuml
Section: graphics
Priority: optional
Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends:
ant, ant-contrib,
javacc,
debhelper (>= 9),
default-jdk,
libfop-java,
libbatik-java
Standards-Version: 3.9.6
Homepage: http://plantuml.net/
Package: plantuml
Architecture: all
Depends:
${misc:Depends},
default-jre | java-runtime,
libfop-java,
libbatik-java
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 diagram types:
- sequence diagram
- use case diagram
- class diagram
- activity diagram
- component diagram
- state diagram
.
Output images can be generated in PNG, in SVG or LaTeX format.
PlantUML also supports generation of ASCII art diagrams (only for
sequence diagrams).
|