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
|
Source: hk-classes
Section: libs
Priority: optional
Maintainer: Mike Schacht <mschacht@alumni.washington.edu>
Build-Depends: debhelper (>= 4.0.0), autotools-dev, libmysqlclient12-dev, postgresql-dev, libiodbc2-dev, libsqlite0-dev, python2.3-dev, python
Standards-Version: 3.6.1
Package: libhk-classes7-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libhk-classes-dev
Conflicts: libhk-classes-dev
Description: development libraries and headers for libhk-classes
hk_classes is a set of C++ libraries for rapid development of database
applications with all features a modern database application should have,
like forms and reports. hk_classes is database and GUI independent. It also
includes command line tools to use hk_classes in scripts.
.
This packages includes static libraries and header files for development with
hk-classes.
Package: libhk-classes7
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libhk-classes
Suggests: python-hk-classes, hk-docs
Description: C++ library for rapid development of database applications
hk_classes is a set of C++ libraries for rapid development of database
applications with all features a modern database application should have,
like forms and reports. hk_classes is database and GUI independent. It also
includes command line tools to use hk_classes in scripts.
Package: libhk-classes-mysql
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libhk-classes-driver
Description: MySQL driver plugin for libhk-classes
hk_classes is a set of C++ libraries for rapid development of database
applications with all features a modern database application should have,
like forms and reports. hk_classes is database and GUI independent. It also
includes command line tools to use hk_classes in scripts.
.
This package includes an hk-classes driver plugin for use with MySQL.
Package: libhk-classes-postgres
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libhk-classes-driver
Description: PostgreSQL driver plugin for libhk-classes
hk_classes is a set of C++ libraries for rapid development of database
applications with all features a modern database application should have,
like forms and reports. hk_classes is database and GUI independent. It also
includes command line tools to use hk_classes in scripts.
.
This package includes an hk-classes driver plugin for PostgreSQL.
Package: libhk-classes-odbc
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libhk-classes-driver
Description: ODBC driver plugin for libhk-classes
hk_classes is a set of C++ libraries for rapid development of database
applications with all features a modern database application should have,
like forms and reports. hk_classes is database and GUI independent. It also
includes command line tools to use hk_classes in scripts.
.
This package includes an hk-classes driver plugin for odbc database access.
Package: libhk-classes-sqlite
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libhk-classes-driver
Description: ODBC driver plugin for libhk-classes
hk_classes is a set of C++ libraries for rapid development of database
applications with all features a modern database application should have,
like forms and reports. hk_classes is database and GUI independent. It also
includes command line tools to use hk_classes in scripts.
.
This package includes an hk-classes driver plugin for sqlite database access.
Package: python2.3-hk-classes
Section: python
Architecture: any
Depends: python2.3, ${shlibs:Depends}, ${misc:Depends}
Provides: python-hk-classes
Suggests: knoda-python-doc
Description: Python scripting module for libhk-classes
hk_classes is a set of C++ libraries for rapid development of database
applications with all features a modern database application should have,
like forms and reports. hk_classes is database and GUI independent. It also
includes command line tools to use hk_classes in scripts.
.
This package includes the python modules required to support scripting in
hk-classes.
|