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
|
Source: odpic
Priority: optional
Maintainer: Michael Fladischer <fladi@debian.org>
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Indep:
dh-sequence-sphinxdoc,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.7.3
Section: contrib/libs
Homepage: https://oracle.github.io/odpi/
Vcs-Browser: https://salsa.debian.org/debian/odpic
Vcs-Git: https://salsa.debian.org/debian/odpic.git
Description: Oracle Database Programming Interface
Oracle Database Programming Interface for C (ODPI-C) is an open source
library of C code that simplifies access to Oracle Database for applications
written in C or C++. It is a wrapper over Oracle Call Interface (OCI) that
makes applications and language interfaces easier to develop.
.
ODPI-C supports basic and advanced features of Oracle Database and Oracle
Client. See the homepage for a list.
Package: odpic-dev
Section: contrib/libdevel
Architecture: any
Multi-Arch: same
Depends:
libodpic5 (= ${binary:Version}),
${misc:Depends},
Recommends:
odpic-doc,
Description: ${source:Synopsis} - development files
${source:Extended-Description}
.
This package contains the files needed to develop programs that use ODPI-C;
including the headers, examples, and sample programs.
Package: libodpic5
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
libaio1,
Description: ${source:Synopsis} - runtime C shared library
${source:Extended-Description}
.
This package contains the C shared library needed to run programs that
dynamically link to ODPI-C.
Package: odpic-doc
Section: contrib/doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: ${source:Synopsis} - documentation
${source:Extended-Description}
.
This package contains the developer documentation for ODPI-C.
|