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
|
Source: fdb
Section: utils
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (=13),
ecbuild (>= 3.3.0-3),
libeckit-dev,
libeccodes-dev,
libopenjp2-7-dev,
libmetkit-dev,
libodc-dev,
libmetkit-utils (>= 1.8.10~1~),
libpmem-dev [amd64 arm64 ppc64el],
librados-dev [!hurd-i386 !kfreebsd-amd64 !kfreebsd-i386 !sh4 !ia64 !alpha !hppa ] ,
libeccodes-tools
Standards-Version: 4.6.1
Homepage: https://github.com/ecmwf/fdb
Vcs-Browser: https://salsa.debian.org:/science-team/fdb.git
Vcs-Git: https://salsa.debian.org:/science-team/fdb.git -b debian/latest
Package: libfdb5-0d
Section: libs
Architecture: amd64 arm64 ppc64 mips64el ppc64el s390x riscv64 sparc64 kfreebsd-amd64 ia64 alpha
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Library for the ECMWF Fields Database
FDB (Fields DataBase) is a domain-specific object store developed
at ECMWF for storing, indexing and retrieving GRIB data.
Each GRIB message is stored as a field and indexed trough semantic metadata
(i.e. physical variables such as temperature, pressure, ...).
A set of fields can be retrieved specifying a request using
a specific language developed for accessing the MARS Archive.
Package: libfdb5-dev
Section: libdevel
Architecture: amd64 arm64 ppc64 mips64el ppc64el s390x riscv64 sparc64 kfreebsd-amd64 ia64 alpha
Multi-Arch: same
Depends: libfdb5-0d (= ${binary:Version}),
${misc:Depends}, libeckit-dev
Recommends: pkg-config
Description: Development files for the ECMWF Fields database
FDB (Fields DataBase) is a domain-specific object store developed
at ECMWF for storing, indexing and retrieving GRIB data.
Each GRIB message is stored as a field and indexed trough semantic metadata
(i.e. physical variables such as temperature, pressure, ...).
A set of fields can be retrieved specifying a request using
a specific language developed for accessing the MARS Archive.
.
This package provides shared libraries and headers.
Package: fdb5
Multi-Arch: foreign
Architecture: amd64 arm64 ppc64 mips64el ppc64el s390x riscv64 sparc64 kfreebsd-amd64 ia64 alpha
Depends: libfdb5-0d ( = ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
Recommends: libfdb5-dev (= ${binary:Version})
Description: Utilities for the FDB Fields Database
FDB (Fields DataBase) is a domain-specific object store developed
at ECMWF for storing, indexing and retrieving GRIB data.
Each GRIB message is stored as a field and indexed trough semantic metadata
(i.e. physical variables such as temperature, pressure, ...).
A set of fields can be retrieved specifying a request using
a specific language developed for accessing the MARS Archive.
|