This package browser is in early development. Mind the rough edges.

mscgen

Message Sequence Chart 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 although MSCs need not be complicated to create or use. Mscgen aims to provide a simple text language that is clear to create, edit and understand, which can also be transformed into common image formats for display or printing.

Installation

Install the latest version of mscgen as follows:

guix install mscgen

Or install a particular version:

guix install mscgen@0.20

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of mscgen about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/mscgen'><img src='https://packages.guix.gnu.org/packages/mscgen/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/mscgen/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/mscgen)

Example Org:

[[https://packages.guix.gnu.org/packages/mscgen][https://packages.guix.gnu.org/packages/mscgen/badges/latest-version.svg]]