cl-postmodern 20170403-1 source package in Ubuntu

Changelog

cl-postmodern (20170403-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <email address hidden>  Thu, 06 Jul 2017 16:29:47 +0300

Upload details

Uploaded by:
dim
Uploaded to:
Sid
Original maintainer:
dim
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-postmodern_20170403-1.dsc 2.0 KiB ff71a14ac762af55e9af98bf79faa17ba43411d8b96394da543529207cf42f47
cl-postmodern_20170403.orig.tar.gz 103.7 KiB 37edfb43fc73a25a482ed5b7adb4a2fad1cc726ee950da57cd5439e0c1ad74de
cl-postmodern_20170403-1.debian.tar.xz 3.1 KiB c865ce93be10de2f385ddbed262d0b4fc1f129cffe9463a4f88c8866aa90b9a9

Available diffs

No changes file available.

Binary packages built by this source

cl-postgres: Low-level client library for PosgreSQL

 CL-postgres module implements a rather low-level interface for
 communicating with a PostgreSQL database server. It is part of the
 Postmodern library, but can be used separately.

cl-postmodern: No summary available for cl-postmodern in ubuntu cosmic.

No description available for cl-postmodern in ubuntu cosmic.

cl-s-sql: lispy syntax for SQL queries

 S-SQL provides a lispy syntax for SQL queries, and knows how to convert
 various lisp types to their textual SQL representation. It takes care to do
 as much of the work as possible at compile-time, so that at runtime a
 string concatenation is all that is needed to produce the final SQL query.

cl-simple-date: Common Lisp types for dates, timestamps, and intervals

 Simple-date provides types (CLOS classes) for dates, timestamps, and
 intervals similar to the ones SQL databases use, in order to be able to
 store and read these to and from a database in a straighforward way. A few
 obvious operations are defined on these types.
 .
 The most glaring defect of this library is its ignorance of time zones. It
 pretends the whole world lives in UTC. Use with care.
 .
 When this library is loaded after CL-postgres, it will register suitable SQL
 readers and writers for the associated database types.