File: control

package info (click to toggle)
mscgen 0.20-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,168 kB
  • sloc: ansic: 3,924; sh: 1,254; yacc: 320; lex: 234; makefile: 61
file content (33 lines) | stat: -rw-r--r-- 1,178 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
Source: mscgen
Section: devel
Priority: optional
Maintainer: Niels Thykier <niels@thykier.net>
Build-Depends: autoconf,
               automake,
               bison,
               debhelper-compat (= 13),
               dwz,
               flex,
               libgd-dev,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://www.mcternan.me.uk/mscgen/
Vcs-Git: https://salsa.debian.org/debian/mscgen.git
Vcs-Browser: https://salsa.debian.org/debian/mscgen

Package: mscgen
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Enhances: doxygen
Multi-Arch: foreign
Description: Message Sequence Chart (MSC) generator
 mscgen is a small program that parses Message Sequence Chart
 descriptions and produces PNG, SVG, EPS or server side image
 maps (ismaps) as the output. Message Sequence Charts (MSCs)
 are a way of representing entities and interactions over some
 time period and are often used in combination with SDL. MSCs
 are popular in Telecoms to specify how protocols operate.
 .
 mscgen can be used to create in-line MSC-charts in documentations
 parsed by doxygen. Extensions also exists for Python's Sphinx and
 mediawiki that can use mscgen.