cl-local-time 20151218-1 source package in Ubuntu

Changelog

cl-local-time (20151218-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <email address hidden>  Sun, 17 Jan 2016 19:31:52 +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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-local-time_20151218-1.dsc 1.9 KiB 374240a6d4819fde4f8203a1cec7d04b98452e84af93e8e339ee6f49cf0bb5d1
cl-local-time_20151218.orig.tar.gz 289.0 KiB 23735ce03f1026718ff7523831870cacdc8b5250729af44b7ccac8ef5e55ea2c
cl-local-time_20151218-1.debian.tar.xz 2.5 KiB 9499aa170d48fdc9985e5ce845d0be8a67678b3200b4f5034cd48bed0e6137dc

Available diffs

No changes file available.

Binary packages built by this source

cl-local-time: Common Lisp library for date and time manipulations

 local-time is a development library for manipulating date and time
 information in a semi-standard manner. It is based almost entirely off of
 Erik Naggum's paper, The Long, Painful History of Time.
 .
 It includes such features as: Time and date arithmetic, ISO 8601 timestring
 formatted output and parsing, Reader macros to embed timestrings directly
 in code, Timezone handling (will read unix tzfile format), Conversion
 between universal and unix time epochs, Julian date calculation.