File: control

package info (click to toggle)
cl-pg 20040921
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 236 kB
  • ctags: 219
  • sloc: lisp: 2,881; makefile: 53; sh: 26
file content (16 lines) | stat: -rw-r--r-- 653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: cl-pg
Section: devel
Priority: optional
Maintainer: Peter Van Eynde <pvaneynd@debian.org>
Build-Depends-Indep: debhelper (>> 3.0.0)
Standards-Version: 3.6.1

Package: cl-pg
Architecture: all
Depends: common-lisp-controller (>= 3.45), cl-asdf 
Description: Common Lisp library that provides a socket level postgresql interface
 Pg is a socket-level interface to the PostgreSQL object-relational
 Database. The Library implements the client part of the frontend/backend
 protocol, so does not require interfacing with the libpq library. SQL
 types are converted to the equivalent Common Lisp types where possible.
 Supports large objects (BLOBs).