[go: up one dir, main page]

File: control

package info (click to toggle)
s-utils 20070312-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 84 kB
  • ctags: 23
  • sloc: lisp: 193; makefile: 88
file content (21 lines) | stat: -rw-r--r-- 838 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
Source: s-utils
Section: libs
Priority: optional
Build-Depends: debhelper (>= 4.0)
Build-Depends-Indep: dh-lisp
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Standards-Version: 3.7.3
Homepage: http://homepage.mac.com/svc/s-utils/
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-common-lisp/s-utils

Package: cl-s-utils
Architecture: all
Depends: ${misc:Depends}
Description: A collection of Common Lisp utilities
 S-UTILS is collection of Common Lisp utilities. This simple package is used as
 a building block in a number of other open source projects.
 .
 S-UTILS helps in: manipulating directory pathnames,copying streams,
 doing some elementary parsing (tokenizing), flexibly formatting dates, 
 times and durations and parsing integers more safely.