File: control

package info (click to toggle)
connectome-workbench 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 70,600 kB
  • sloc: cpp: 510,497; ansic: 4,623; sh: 1,257; makefile: 153; csh: 12; xml: 9
file content (58 lines) | stat: -rw-r--r-- 2,061 bytes parent folder | download | duplicates (4)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: connectome-workbench
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
           Michael Hanke <michael.hanke@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               help2man,
               cmake,
               libosmesa6-dev,
               qtbase5-dev,
               libssl-dev,
               zlib1g-dev,
               libqt5opengl5-dev,
               libglib2.0-dev,
               libglm-dev (>= 0.9.9.6~),
               opencl-c-headers,
               xauth,
               xvfb,
               libftgl-dev
Standards-Version: 4.4.1
Vcs-Browser: http://github.com/neurodebian/workbench
Vcs-Git: https://github.com/neurodebian/workbench -b debian
Homepage: http://www.nitrc.org/projects/workbench/

Package: connectome-workbench
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: caret
Suggests: ffmpeg
Description: brain visualization, analysis and discovery tool
 Connectome Workbench is a brain visualization, analysis and discovery
 tool for fMRI and dMRI brain imaging data, including functional and
 structural connectivity data generated by the Human Connectome
 Project.
 .
 Package includes wb_command, a command-line program for performing a
 variety of analytical tasks for volume, surface, and CIFTI
 grayordinates data.

Package: connectome-workbench-dbg
Architecture: any
Section: debug
Depends: ${shlibs:Depends},
         ${misc:Depends},
         connectome-workbench (= ${binary:Version})
Description: brain visualization, analysis and discovery tool -- debug symbols
 Connectome Workbench is a brain visualization, analysis and discovery
 tool for fMRI and dMRI brain imaging data, including functional and
 structural connectivity data generated by the Human Connectome
 Project.
 .
 Package includes wb_command, a command-line program for performing a
 variety of analytical tasks for volume, surface, and CIFTI
 grayordinates data.
 .
 This package contains debug symbols for the binaries.