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
|
Source: pgeasy
Priority: optional
Section: libs
Maintainer: Martin Pitt <mpitt@debian.org>
Uploaders: Oliver Elphick <Oliver.Elphick@lfix.co.uk>
Build-Depends: cdbs, debhelper (>= 4.0.0), libpq-dev
Standards-Version: 3.6.1
Package: libpgeasy-dev
Section: libdevel
Architecture: any
Depends: libpgeasy (= ${Source-Version}), libpq-dev
Description: simplified interface library for postgresql - development files
pgeasy allows you to interface cleanly to a PostgreSQL databse through the
libpq library, but more like a 4GL SQL interface.
.
It consists of set of simplified C functions that encapsulate the
functionality of libpq. This package contains development files: headers,
the static library, documentation and example program source code.
Package: libpgeasy
Architecture: any
Depends: ${shlibs:Depends}
Description: simplified interface library for postgresql
pgeasy allows you to interface cleanly to a PostgreSQL database through the
libpq library, but more like a 4GL SQL interface.
.
It consists of set of simplified C functions that encapsulate the
functionality of libpq.
.
Install the development package libpgeasy-dev if you want to develop own
programs using this library.
|