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
|
Source: map
Maintainer: Rubén Beltrán del Río <map@r.bdr.sh>
Section: graphics
Build-Depends: debhelper-compat (= 13),
meson (>= 1.0.0),
cargo,
rustc (>= 1.92.0),
pkg-config,
libglib2.0-dev (>= 2.84.0),
libgtk-4-dev (>= 4.18.0),
libadwaita-1-dev (>= 1.7.0),
libgtksourceview-5-dev (>= 5.16.0),
gettext,
appstream-util,
desktop-file-utils
Standards-Version: 4.7.4
Homepage: https://map.tranquil.systems/map-for-linux
Vcs-Browser: https://git.sr.ht/~rbdr/map-linux
Vcs-Git: https://git.sr.ht/~rbdr/map-linux
Rules-Requires-Root: no
Package: map
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Wardley Map editor for Linux
Map is a wardley map editor for linux that uses a simple language to easily
create and edit maps that visualize an evolving environment. Draw components,
link dependencies, create groups, write notes, or add inertia and evolution
markers, and see your map change in an instant.
|