File: control

package info (click to toggle)
vite 1.2%2Bsvn%2Bgit4.c6c0ce7-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 21,544 kB
  • sloc: cpp: 32,343; makefile: 461; sh: 144; ansic: 67
file content (34 lines) | stat: -rw-r--r-- 1,311 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
34
Source: vite
Section: devel
Priority: optional
Maintainer: Samuel Thibault <sthibault@debian.org>
Build-Depends: debhelper-compat (= 13),
 cmake,
 qttools5-dev,
 libqt5opengl5-desktop-dev, libqt5charts5-dev, libqt5svg5-dev,
 libglm-dev, libglew-dev,
 texlive-latex-base, texlive-latex-recommended, texlive-latex-extra,
 libotf-trace-dev,
 libotf2-trace-dev [!armel !mipsel !m68k !powerpc !riscv64 !sh4],
 texlive-fonts-recommended,
 ghostscript, zlib1g-dev
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://vite.gforge.inria.fr/
Vcs-Browser: https://salsa.debian.org/debian/vite
Vcs-Git: https://salsa.debian.org/debian/vite.git

Package: vite
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Efficient visual trace explorer
 ViTE is a powerful portable and open source profiling tool to visualize
 the behaviour of parallel applications. Thanks to its scalable design,
 ViTE helps programmers to efficiently analyze the performance of
 potentially large applications.
 .
 ViTE currently enables the visualisation of traces using the Pajé format
 (open format, see http://www-id.imag.fr/Logiciels/paje/) and has various
 functionalities such as exporting a view in a svg format to integrate
 the results easily in a report, or viewing statistics.