File: control

package info (click to toggle)
minc-tools 2.3.00%2Bdfsg-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,720 kB
  • sloc: ansic: 65,674; perl: 7,423; yacc: 1,177; sh: 633; lex: 319; makefile: 224
file content (45 lines) | stat: -rw-r--r-- 1,424 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
35
36
37
38
39
40
41
42
43
44
45
Source: minc-tools
Standards-Version: 4.7.3
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Steve M. Robbins <smr@debian.org>,
 Andreas Tille <tille@debian.org>,
Section: science
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 bison,
 flex,
 libminc-dev,
 libnifti2-dev,
 libnetcdf-dev,
 zlib1g-dev,
 texlive-latex-base,
 libhdf5-dev,
 debhelper,
Vcs-Browser: https://salsa.debian.org/med-team/minc-tools
Vcs-Git: https://salsa.debian.org/med-team/minc-tools.git
Homepage: https://www.bic.mni.mcgill.ca/ServicesSoftware/HomePage

Package: minc-tools
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 netcdf-bin,
 libgetopt-tabular-perl,
 libtext-format-perl,
 imagemagick,
 sensible-utils,
Description: MNI medical image format tools
 This package contains tools to manipulate MINC files.
 .
 The Minc file format is a highly flexible medical image file format
 built on top of the NetCDF generalized data format. The format is
 simple, self-describing, extensible, portable and N-dimensional, with
 programming interfaces for both low-level data access and high-level
 volume manipulation. On top of the libraries is a suite of generic
 image-file manipulation tools. The format, libraries and tools are
 designed for use in a medical-imaging research environment: they are
 simple and powerful and make no attempt to provide a pretty interface
 to users.