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

Changelog

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

  * Quicklisp release update.

 -- Dimitri Fontaine <email address hidden>  Wed, 15 Jul 2015 16:45:20 +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

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-local-time_20150608-1.dsc 1.9 KiB 5996d628d56178eedaf810e748ebd03b0882d60621aa218a698214eb03933ceb
cl-local-time_20150608.orig.tar.gz 288.9 KiB 5c251852c09e508962a02ab441fccc07524bcb6059c6bc77ec4f1d20472bee3c
cl-local-time_20150608-1.debian.tar.xz 2.5 KiB 20494efe35db4215a91026300c2b0c23b1448eaa32017e4e646238a5c926d0ba

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.