Source: cl-pg Section: lisp Priority: optional Maintainer: Debian Common Lisp Team Uploaders: Peter Van Eynde Build-Depends: debhelper-compat (= 13), debhelper (>= 12.8~) Standards-Version: 4.7.2 Homepage: https://common-lisp.net/project/pg/ Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-pg.git Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-pg Rules-Requires-Root: no Package: cl-pg Architecture: all Multi-Arch: foreign 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).