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 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: arnesi
Section: devel
Priority: optional
Maintainer: Luca Capello <luca@pca.it>
Uploaders: Martin Würtele <maxx@debian.org>, Peter Van Eynde <pvaneynd@debian.org>
Build-Depends-Indep: dh-lisp
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.7.2
XS-X-VCS-Darcs: http://cl-debian.alioth.debian.org/repository/lcapello/arnesi/
Package: cl-arnesi
Architecture: all
Depends: ${misc:Depends}
Recommends: cl-ppcre, cl-fiveam, cl-qbook
Description: small Common Lisp utilities
arnesi is a Common Lisp utility suite. It contains various "bits 'n
pieces" of code.
.
Features:
* Flow control macros - while, whichever, if-bind, etc.
* A simple logging facility - kind-of/sort-of/maybe like log4j.
* HTTP/HTML utilities - URL and HTML escaping.
* Pattern matching - fare-matcher style pattern matcher and "regular"
list matcher.
* Accumulation - collecting and reducing macros.
* Cps transformer - an ad-hoc, bug ridden implementation of half of
call/cc.
* Decimal arithmetic - convert floats to exact rationals and vice
versa with a given precision; standard rounding functions.
* MOP compatibility package - The MOPP package provides the MOP's
symbols on various implementations. Currently OpenMCL, CMUCL,
SBCL, Lispworks and CLISP are supported.
.
The recommended packages add extra features: documentation via
cl-qbook, test suite with cl-fiveam and add-ons for cl-ppcre.
.
Homepage: http://common-lisp.net/project/bese/arnesi.html
|