1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: cl-local-time
Section: devel
Priority: optional
Maintainer: Craig Brozefsky <craig@debian.org>
Uploaders: Adam Di Carlo <aph@debian.org>, Jesse L. Bouwman <jesse@onshored.com>
Standards-Version: 3.5.6
Build-Depends-Indep: debhelper
Package: cl-local-time
Architecture: all
Depends: common-lisp-controller, cmucl | lisp-compiler
Conflicts: onshore-local-time
Description: Common Lisp package providing date and time manipulation
This Common Lisp package provides date and time manipulation
functions for Common Lisp.
Package: cl-local-time-db
Architecture: all
Depends: cl-local-time (>= ${Source-Version}), cl-uncommonsql
Conflicts: onshore-local-time
Description: Common Lisp package for reading and storing dates in a database
The Common Lisp :local-time-db package helps developers read and
store date or time information in a database. It connects the
Local-Time package with the UncommonSQL package.
|