File: control

package info (click to toggle)
cl-pg 1%3A20061216-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 276 kB
  • ctags: 233
  • sloc: lisp: 3,125; makefile: 43
file content (20 lines) | stat: -rw-r--r-- 834 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: cl-pg
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Build-Depends: debhelper (>> 7)
Build-Depends-Indep: dh-lisp
Standards-Version: 3.8.3
Homepage: http://common-lisp.net/project/pg/
Vcs-Git: http://git.debian.org/git/pkg-common-lisp/cl-pg.git

Package: cl-pg
Architecture: all
Depends: ${misc:Depends} 
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).