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
|
Source: gnade
Section: libs
Priority: optional
Maintainer: Ludovic Brenta <ludovic.brenta@insalien.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>> 4.1.0), gnat (>= 3.15p-1), unixodbc-dev, docbook-to-man, libpq3, libmysqlclient12-dev, postgresql-dev, libsqlite0-dev
Standards-Version: 3.6.1
Package: gnade-dev
Architecture: i386 powerpc sparc
Section: libdevel
Depends: unixodbc (>= 2.2.4-6), libgnadeodbc1 (= ${Source-Version}), libgnademysql1 (= ${Source-Version}), libgnadepostgresql1 (= ${Source-Version}), libgnadesqlite1 (= ${Source-Version}), ${shlibs:Depends}
Recommends: gnat (>= 3.15p-1), gnade-doc (= ${Source-Version}), libmysqlclient12-dev, postgresql-dev
Description: Develoment files for the GNat Ada Database Environment
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. Thin bindings to some specific database servers which provide
functionality above and beyond ODBC. In this release, these include
MySQL, PostgreSQL and SQLite.
.
c. An Embedded-SQL preprocessor, gesql. You can write Ada programs
that contain embedded SQL statements, as per the ISO SQL 92
standard. The preprocessor translates the embedded SQL statements to
ODBC calls.
.
This package contains the static libraries, spec files, and esql
preprocessor to allow you to develop programs using GNADE.
Package: libgnadeodbc1
Architecture: i386 powerpc sparc
Depends: ${shlibs:Depends}
Replaces: libadaodbc1
Description: Runtime library for the GNat Ada Database Environment
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. Thin bindings to some specific database servers which provide
functionality above and beyond ODBC. In this release, these include
MySQL, PostgreSQL and MimerSQL.
.
c. An Embedded-SQL preprocessor, gesql. You can write Ada programs
that contain embedded SQL statements, as per the ISO SQL 92
standard. The preprocessor translates the embedded SQL statements to
ODBC calls.
.
This package contains the shared library for the Ada ODBC interface.
Package: libgnademysql1
Architecture: i386 powerpc sparc
Depends: ${shlibs:Depends}
Replaces: libadamysql1
Description: MySQL specific runtime library for GNADE
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. Thin bindings to some specific database servers which provide
functionality above and beyond ODBC. In this release, these include
MySQL, PostgreSQL and SQLite.
.
c. An Embedded-SQL preprocessor, gesql. You can write Ada programs
that contain embedded SQL statements, as per the ISO SQL 92
standard. The preprocessor translates the embedded SQL statements to
ODBC calls.
.
This package contains the shared library for the MySQL interface.
Package: libgnadepostgresql1
Architecture: i386 powerpc sparc
Depends: ${shlibs:Depends}
Replaces: libadapostgresql1
Description: PostgresSQL specific runtime library for GNADE
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. Thin bindings to some specific database servers which provide
functionality above and beyond ODBC. In this release, these include
MySQL, PostgreSQL and SQLite.
.
c. An Embedded-SQL preprocessor, gesql. You can write Ada programs
that contain embedded SQL statements, as per the ISO SQL 92
standard. The preprocessor translates the embedded SQL statements to
ODBC calls.
.
This package contains the shared library for the PostgreSQL
interface.
Package: libgnadesqlite1
Architecture: i386 powerpc sparc
Depends: ${shlibs:Depends}
Description: SQLite specific runtime library for GNADE
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. Thin bindings to some specific database servers which provide
functionality above and beyond ODBC. In this release, these include
MySQL, PostgreSQL and SQLite.
.
c. An Embedded-SQL preprocessor, gesql. You can write Ada programs
that contain embedded SQL statements, as per the ISO SQL 92
standard. The preprocessor translates the embedded SQL statements to
ODBC calls.
.
This package contains the shared library for the SQLite interface.
Package: gnade-doc
Section: doc
Architecture: all
Description: Documentation files for the GNat Ada Database Environment
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. Thin bindings to some specific database servers which provide
functionality above and beyond ODBC. In this release, these include
MySQL, PostgreSQL and SQLite.
.
c. An Embedded-SQL preprocessor, gesql. You can write Ada programs
that contain embedded SQL statements, as per the ISO SQL 92
standard. The preprocessor translates the embedded SQL statements to
ODBC calls.
.
This package contains the documentation in PostScript, HTML and PDF
formats.
|