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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
|
Source: libdap
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),
bison,
bsdextrautils,
dejagnu <!nocheck>,
doxygen,
graphviz,
libcppunit-dev <!nocheck>,
libcurl4-gnutls-dev | libcurl-dev,
libfl-dev,
libjs-jquery <!nocheck>,
libssl-dev,
libtirpc-dev,
libxml2-dev,
pkgconf,
uuid-dev,
zlib1g-dev,
Build-Conflicts:
autoconf2.13,
libpth-dev,
Vcs-Browser: https://salsa.debian.org/science-team/libdap.git
Vcs-Git: https://salsa.debian.org/science-team/libdap.git -b debian/latest
Homepage: https://www.opendap.org/
Package: libdap27t64
Architecture: any
Multi-Arch: same
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Breaks:
libdap27 (<< ${source:Version}),
Provides:
${t64:Provides},
Replaces:
libdap27,
Description: Open-source Project for a Network Data Access Protocol library
OPeNDAP provides software that allows you to access data over the internet,
from programs that weren't originally designed for that purpose, as well
as some that were. While OPeNDAP is the original developer of the Data Access
protocol which its software uses, many other groups have adopted DAP
and provide compatible clients, servers and software development kits.
.
With OPeNDAP software, you access data using a URL, just like a URL you
would use to access a web page. However, before you request any data,
you need to know how to request it in a form your browser can handle.
OPeNDAP data is stored in binary form, and by default, it is
transmitted that way, too.
Package: libdapclient6t64
Architecture: any
Multi-Arch: same
Section: libs
Depends:
libdap27t64 ( = ${binary:Version} ),
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Breaks:
libdapclient6v5 (<< ${source:Version}),
Provides:
${t64:Provides},
Replaces:
libdapclient6v5,
Description: Client library for the Network Data Access Protocol
OPeNDAP provides software that allows you to access data over the internet,
from programs that weren't originally designed for that purpose, as well
as some that were. While OPeNDAP is the original developer of the Data Access
protocol which its software uses, many other groups have adopted DAP
and provide compatible clients, servers and software development kits.
.
This package provides the client library libdapclient6.
X-Time64-Compat: libdapclient6v5
Package: libdapserver7t64
Architecture: any
Multi-Arch: same
Section: libs
Depends:
libdap27t64 ( = ${binary:Version} ),
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Breaks:
libdapserver7v5 (<< ${source:Version}),
Provides:
${t64:Provides},
Replaces:
libdapserver7v5,
Description: Server library for the Network Data Access Protocol
OPeNDAP provides software that allows you to access data over the internet,
from programs that weren't originally designed for that purpose, as well
as some that were. While OPeNDAP is the original developer of the Data Access
protocol which its software uses, many other groups have adopted DAP
and provide compatible clients, servers and software development kits.
.
This package provides the server library libdapserver7
X-Time64-Compat: libdapserver7v5
Package: libdap-bin
Architecture: any
Multi-Arch: foreign
Depends:
libdapclient6t64 ( = ${binary:Version} ),
${misc:Depends},
${shlibs:Depends},
Description: Binaries for the libdap Data Access Protocol library
OPeNDAP provides software that allows you to access data over the internet,
from programs that weren't originally designed for that purpose, as well
as some that were. While OPeNDAP is the original developer of the Data Access
protocol which its software uses, many other groups have adopted DAP
and provide compatible clients, servers and software development kits.
.
This package contains the 'getdap' client binary.
Package: libdap-dev
Architecture: any
Section: libdevel
Depends:
libcurl4-gnutls-dev | libcurl-dev,
libdap27t64 ( = ${binary:Version} ),
libdapclient6t64 (=${binary:Version}),
libdapserver7t64 (=${binary:Version}),
libtirpc-dev,
libxml2-dev,
pkgconf,
uuid-dev,
${misc:Depends},
Description: Development files (headers and static libraries) for libdap
OPeNDAP provides software that allows you to access data over the internet,
from programs that weren't originally designed for that purpose, as well
as some that were. While OPeNDAP is the original developer of the Data Access
protocol which its software uses, many other groups have adopted DAP
and provide compatible clients, servers and software development kits.
.
This package contains header files, pkgconf files and static libraries
for DAP.
Package: libdap-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
libjs-jquery,
${misc:Depends},
Description: Documentation for the libdap Data Access Protocol library
OPeNDAP provides software that allows you to access data over the internet,
from programs that weren't originally designed for that purpose, as well
as some that were. While OPeNDAP is the original developer of the Data Access
protocol which its software uses, many other groups have adopted DAP
and provide compatible clients, servers and software development kits.
|