File: control

package info (click to toggle)
socnetv 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,820 kB
  • sloc: cpp: 37,834; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 1,166 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
Source: socnetv
Section: math
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9), libqt5webkit5-dev, libqt5opengl5-dev
Standards-Version: 4.1.3
Vcs-Git: git://anonscm.debian.org/collab-maint/socnetv.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/socnetv.git
Homepage: http://socnetv.org

Package: socnetv
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Social Network Analysis and Visualisation application
 SocNetV is a graphical application designed to be an easy tool for Social
 Networks Analysis and Visualisation (not to be confused with social
 networking, as in online communities). With SocNetV, one can load and
 visualise networks of various formats (GraphViz, GraphML, Adjacency, Pajek,
 UCINET, etc), or visually create and modify a network/graph in a point and
 click fashion.
 .
 SocNetV can also compute network statistics and properties (such as
 distances, centralities, diameter) and apply some layout algorithms for more
 meaningful visualisation of your networks. Furthermore, SocNetV can create
 simple random networks (lattice, same degree, etc).