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
|
Source: crystal-facet-uml
Section: devel
Priority: optional
Maintainer: Andreas Warnke <cfu@andreaswarnke.de>
Uploaders:
Debian Edu Packaging Team <debian-edu-pkg-team@lists.alioth.debian.org>,
Mike Gabriel <sunweaver@debian.org>,
Build-Depends:
cmake,
debhelper-compat (= 13),
libgtk-3-dev,
libsqlite3-dev,
Standards-Version: 4.5.1
Homepage: http://andreaswarnke.de/crystal_facet_uml/html/index.html
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian-edu-pkg-team/crystal-facet-uml.git
Vcs-Browser: https://salsa.debian.org/debian-edu-pkg-team/crystal-facet-uml/
Package: crystal-facet-uml
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Diagram documentation tool for system and software architecture:
crystal-facet-uml creates sysml/uml diagrams to document system and
software architecture.
.
As software architect, you create a set of diagrams describing
use-cases, requirements, structural views, behavioral and deployment
views. crystal-facet-uml keeps element names and element hierarchies
consistent. It exports diagrams in svg, pdf, ps and png formats to be
used in text processing systems like DocBook, html, LaTeX.
crystal-facet-uml exports the model to xmi format.
This tool runs on your local PC and is based on
glib, gdk, gtk, cairo, pango, sqlite.
|