cl-pg 1:20061216-6.1 source package in Ubuntu

Changelog

cl-pg (1:20061216-6.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/rules: Add build-{arch,indep} (Closes: #998973).

 -- Marcos Talau <email address hidden>  Tue, 01 Nov 2022 23:32:08 -0300

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
all
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe devel
Mantic release universe devel
Lunar release universe devel

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-pg_20061216-6.1.dsc 1.9 KiB 19bf438b55b128d7a21f5da5f4181d392a08debfa51536bf094f37e8cc824f2c
cl-pg_20061216.orig.tar.gz 47.7 KiB 7959af36c8e04ea40a044642074fad8a5e4b6ec774481e637c22936cac9c78cf
cl-pg_20061216-6.1.debian.tar.xz 4.3 KiB 91c103f045f2f4474856f0fc8e5624944c1d0677472f6bf7b1217e07b137b042

Available diffs

No changes file available.

Binary packages built by this source

cl-pg: 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).