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

Changelog

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

  * Quicklisp release update.

 -- Dimitri Fontaine <email address hidden>  Thu, 06 Jul 2017 16:29:15 +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-local-time_20170630-1.dsc 1.9 KiB 89fead6b5c70f093d463c8fe0f62669ff72f91c3af8e7f6b580445f80a5046be
cl-local-time_20170630.orig.tar.gz 290.2 KiB b8f463abf0a0447c26063cce7d31cd43caf6f68e6b4c7991dc1c5272ee905dd5
cl-local-time_20170630-1.debian.tar.xz 2.6 KiB 601cce5fb160a9ca065083e10fde451e0b693ea41223d3061c9ad5dff85df3dc

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.