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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
Source: libhdf4
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>,
Johan Van de Wauw <johan@gisky.be>
Section: graphics
Priority: optional
Build-Depends: bison,
chrpath,
debhelper-compat (= 13),
flex,
gcc-14 [armhf],
g++-14 [armhf],
libaec-dev,
libjpeg-dev,
libtirpc-dev,
sharutils,
zlib1g-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/hdf4
Vcs-Git: https://salsa.debian.org/debian-gis-team/hdf4.git
Homepage: http://www.hdfgroup.com/
Package: libhdf4-0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: libhdf4-dev,
hdf4-tools
Description: Hierarchical Data Format library
HDF is a multi-object file format for storing and transferring
graphical and numerical data mainly used in scientific computing. HDF
supports several different data models, including multidimensional
arrays, raster images, and tables. Each defines a specific aggregate
data type and provides an API for reading, writing, and organizing the
data and metadata. New data models can be added by the HDF developers
or users.
.
This package contains the HDF run-time libraries.
Package: libhdf4-dev
Architecture: any
Section: libdevel
Depends: libhdf4-0 (= ${binary:Version}),
libjpeg-dev,
zlib1g-dev,
${misc:Depends}
Breaks: libhdf4-alt-dev (<< 4.3.1)
Replaces: libhdf4-alt-dev (<< 4.3.1)
Description: Hierarchical Data Format development files
HDF is a multi-object file format for storing and transferring
graphical and numerical data mainly used in scientific computing. HDF
supports several different data models, including multidimensional
arrays, raster images, and tables.
Each defines a specific aggregate data type and provides an API for
reading, writing, and organizing the data and metadata. New data models
can be added by the HDF developers or users.
.
This package contains development stuff, including files and static
library for the HDF package and some HDF API reference manpages.
Package: hdf4-tools
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Hierarchical Data Format library -- runtime package
HDF is a multi-object file format for storing and transferring
graphical and numerical data mainly used in scientific computing. HDF
supports several different data models, including multidimensional
arrays, raster images, and tables.
Each defines a specific aggregate data type and provides an API for
reading, writing, and organizing the data and metadata. New data models
can be added by the HDF developers or users.
.
This package includes some basic utilities to view, pack, unpack,
HDF files.
|