File: control

package info (click to toggle)
cl-local-time 20160628-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,732 kB
  • sloc: lisp: 2,328; sh: 220; makefile: 22
file content (23 lines) | stat: -rw-r--r-- 982 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: cl-local-time
Section: lisp
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 7), quilt
Build-Depends-Indep: dh-lisp
Standards-Version: 3.9.6
Homepage: http://common-lisp.net/project/local-time/
Vcs-Git: git://github.com/dlowe-net/local-time.git
Vcs-Browser: http://github.com/dlowe-net/local-time

Package: cl-local-time
Architecture: all
Depends: ${misc:Depends}, cl-fad
Description: 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.