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 60 61 62 63
|
Source: msc-generator
Section: devel
Priority: optional
Maintainer: Gábor Németh <homar@riseup.net>
Build-Depends: debhelper-compat (=13), g++ (>=10), automake, bison, flex,
libfl-dev, texinfo, libcairo2-dev, libfreetype6-dev, libfontconfig, help2man,
libgraphviz-dev, texlive, texlive-plain-generic, libglpk-dev, libsdl2-dev,
libminizip-dev, libtinyxml2-dev, libreoffice [amd64],
fonts-droid-fallback, fonts-urw-base35,
fonts-dejavu-core
Standards-Version: 4.6.1
Homepage: https://gitlab.com/msc-generator/msc-generator
Vcs-Browser: https://gitlab.com/msc-generator/msc-generator/-/tree/debian/unstable
Vcs-Git: https://gitlab.com/msc-generator/msc-generator.git -b debian/unstable
Rules-Requires-Root: no
Package: msc-generator
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: msc-generator-doc, sensible-utils | pdf-viewer
Description: Draws signalling charts from textual description
Msc-generator is a program that parses textual Message Sequence
Chart descriptions and produces graphical output in a variety of file formats.
.
Msc-generator heavily borrows in concept from the 0.08 version of
Michael C McTernan's mscgen. However, it has been completely rewritten from
scratch and has a much more extensive (and only partially backwards compatible)
language. The command-line interface is fully backwards compatible with
mscgen, which enables using Msc-generator's commandline tool everywhere
where you can use mscgen, but with the richer syntax.
This includes the many tools integrated with mscgen, such as Doxygen, Sphinx
and Msctexen.
Package: msc-generator-nox
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: msc-generator-doc
Conflicts: msc-generator
Provides: msc-generator
Replaces: msc-generator
Description: Draws signalling charts from textual description (no-X version)
Msc-generator is a program that parses textual Message Sequence
Chart descriptions and produces graphical output in a variety of file formats.
.
Msc-generator heavily borrows in concept from the 0.08 version of
Michael C McTernan's mscgen. However, it has been completely rewritten from
scratch and has a much more extensive (and only partially backwards compatible)
language. The command-line interface is fully backwards compatible with
mscgen, which enables using Msc-generator's commandline tool everywhere
where you can use mscgen, but with the richer syntax.
This includes the many tools integrated with mscgen, such as Doxygen, Sphinx
and Msctexen.
.
This package is for working without an X server.
Package: msc-generator-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Documentation for msc-generator
This package contains documentation in info, html, and pdf formats for
Msc-generator.
|