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
|
Source: libdap
Section: utils
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: zlib1g-dev, debhelper (>= 10), pkg-config, libxml2-dev,
libcurl4-gnutls-dev | libcurl-dev,
libcppunit-dev, cxxtest, doxygen,
dejagnu, graphviz, dh-autoreconf (>= 4~),
autoconf, automake, libtool, flex, bison, uuid-dev, libjs-jquery, libpth-dev, libssl-dev,
libfl-dev
Build-Conflicts: autoconf2.13
Standards-Version: 3.9.8
Homepage: http://www.opendap.org/
Vcs-Git: git://anonscm.debian.org/debian-science/packages/libdap.git
Package: libdap23
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
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: libdapclient6v5
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libdap23 ( = ${binary:Version} ), ${misc:Depends}, ${shlibs:Depends}
Breaks: libdapclient6
Replaces: libdapclient6
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.
Package: libdapserver7v5
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libdap23 ( = ${binary:Version} ), ${misc:Depends}, ${shlibs:Depends}
Breaks: libdapserver7
Replaces: libdapserver7
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
Package: libdap-bin
Architecture: any
Multi-Arch: foreign
Depends: libdapclient6v5 ( = ${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
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libdap23 ( = ${binary:Version} ), libdapserver7v5 (=${binary:Version}), libdapclient6v5 (=${binary:Version}) , ${misc:Depends}, libxml2-dev, libcurl4-gnutls-dev | libcurl-dev, uuid-dev, pkg-config
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, pkgconfig files and static libraries
for DAP.
Package: libdap-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, libjs-jquery
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.
|