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
|
Source: odc
Standards-Version: 4.7.3
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Alastair McKinstry <mckinstry@debian.org>,
Section: utils
Build-Depends:
debhelper-compat (=13),
dh-fortran,
architecture-is-64-bit,
ecbuild,
libeckit-dev (>= 1.31.1-1~),
patchelf,
Vcs-Browser: https://salsa.debian.org/science-team/odc
Vcs-Git: https://salsa.debian.org/science-team/odc.git -b debian/latest
Homepage: https://github.com/ecmwf/odc
Package: libodc-0d
Architecture: any
Multi-Arch: same
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Observational Database Access library for ECMWF
ODC is software developed at ECMWF for encoding and processing of
observational data. It includes a SQL filtering and statistics engine,
command line tools and APIs for C/C++ and Fortran.
Package: odc
Architecture: any
Multi-Arch: foreign
Depends:
libodc-0d ( = ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
Recommends:
libodc-dev (= ${binary:Version}),
Description: Tools for the Observational Data Processing (ODB)
ODC is software developed at ECMWF for encoding and processing o
observational data. It includes a SQL filtering and statistics engine,
command line tools and APIs for C/C++ and Fortran.
.
This package provides tools for ODB handling.
Package: libodc-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
libodc-0d (= ${binary:Version}),
odc (= ${binary:Version}),
${misc:Depends},
mpi-default-dev,
libeckit-dev,
${fortran:Depends},
Recommends:
pkgconf,
${fortran:Recommends},
Conflicts:
libodb-dev,
Description: Observational Data processing for meteorology
ODC is a software developed at ECMWF for encoding and processing of
observational data. It includes a SQL filtering and statistics engine,
command line tools and APIs for C/C++, Fortran and Python.
.
This package provides shared libraries and headers.
|