File: control

package info (click to toggle)
simpledb 1.5-1.4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 888 kB
  • ctags: 238
  • sloc: cpp: 529; makefile: 127; perl: 23; sh: 9
file content (26 lines) | stat: -rw-r--r-- 914 bytes parent folder | download
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
Source: simpledb
Priority: optional
Maintainer: Jonas Genannt <jonas.genannt@capi2name.de>
Build-Depends: debhelper (>= 4.0.0), unixodbc-dev, quilt
Standards-Version: 3.6.2
Section: libs

Package: libsimpledb-dev
Section: libdevel
Architecture: all
Depends: libsimpledb2 (= ${Source-Version})
Description: C++ ODBC database API
 The SimpleDB API is a C++ API designed to encapsulate the ODBC API
 functionality in an object oriented manner. The API has been tested
 to work with both MySQL and PostgreSQL on a Debian Linux platform.
 .
 This package contains the simpledb development files.
 
Package: libsimpledb2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: C++ ODBC database API
 The SimpleDB API is a C++ API designed to encapsulate the ODBC API
 functionality in an object oriented manner. The API has been tested
 to work with both MySQL and PostgreSQL on a Debian Linux platform.