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
|
Source: gifticlib
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael Hanke <michael.hanke@gmail.com>,
Yaroslav Halchenko <debian@onerussian.com>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
zlib1g-dev,
libnifti2-dev,
libexpat1-dev | libexpat-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/gifticlib
Vcs-Git: https://salsa.debian.org/med-team/gifticlib.git
Homepage: http://www.nitrc.org/projects/gifti
Rules-Requires-Root: no
Package: libgiftiio0
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: IO library for the GIFTI cortical surface data format
GIFTI is an XML-based file format for cortical surface data. This reference
IO implementation is developed by the Neuroimaging Informatics Technology
Initiative (NIfTI).
.
This package contains the shared library.
Package: libgiftiio-dev
Architecture: any
Section: libdevel
Depends: libgiftiio0 (= ${binary:Version}),
libnifti-dev,
${shlibs:Depends},
${misc:Depends}
Description: IO library for the GIFTI cortical surface data format
GIFTI is an XML-based file format for cortical surface data. This reference
IO implementation is developed by the Neuroimaging Informatics Technology
Initiative (NIfTI).
.
This package provides the header files and static library.
Package: gifti-bin
Architecture: any
Section: utils
Depends: ${shlibs:Depends},
${misc:Depends}
Description: tools shipped with the GIFTI library
GIFTI is an XML-based file format for cortical surface data. This reference
IO implementation is developed by the Neuroimaging Informatics Technology
Initiative (NIfTI).
.
This package provides the tools that are shipped with the library
(gifti_tool and gifti_test).
|