Menu

Tree [8a62b9] master /
 History

HTTPS access


File Date Author Commit
 agraph 2014-12-16 Utz-Uwe Haus Utz-Uwe Haus [8a62b9] fix docstring of make-wheel
 aje 2009-10-09 Utz-Uwe Haus Utz-Uwe Haus [b73f5f] Fix AJE for allegro
 bdb 2014-06-30 Utz-Uwe Haus Utz-Uwe Haus [4ffdf9] add missing symbols to uniprot xmlns
 bdd 2014-09-10 Utz-Uwe Haus Utz-Uwe Haus [594d4d] security check in bddnodes-equal and improved b...
 captcha 2013-10-30 Utz-Uwe Haus Utz-Uwe Haus [5cc51b] Add captcha package
 cl-match 2008-10-22 Utz-Uwe Haus Utz-Uwe Haus [9c6c56] Fix CMUCL/SBCL regressions
 cpxmodel 2014-12-16 Utz-Uwe Haus Utz-Uwe Haus [65cb66] add debug message to get-solution-value
 csv 2014-06-30 Utz-Uwe Haus Utz-Uwe Haus [94978c] fix csv-import to read fields with embedded fie...
 getopt-long 2007-03-02 Utz-Uwe Haus Utz-Uwe Haus [caadef] fix a docstring
 graphviz 2008-10-22 Utz-Uwe Haus Utz-Uwe Haus [9c6c56] Fix CMUCL/SBCL regressions
 htable 2013-06-27 Utz-Uwe Haus Utz-Uwe Haus [285446] minor cleanup wrt. sbcl 1.1.5 warnings
 memoize 2008-10-22 Utz-Uwe Haus Utz-Uwe Haus [9c6c56] Fix CMUCL/SBCL regressions
 ncbi 2007-03-24 Utz-Uwe Haus Utz-Uwe Haus [dde7b3] random notes lest I forget
 pq 2014-07-08 Utz-Uwe Haus Utz-Uwe Haus [7f7d17] pg: fix priority-queue-insert to actually retur...
 pubmed 2012-12-04 Utz-Uwe Haus Utz-Uwe Haus [9d977d] Allow cache-avoidance on pubmed queries
 urlcache 2012-12-04 Utz-Uwe Haus Utz-Uwe Haus [6e031a] make urlcache use drakma to handle content-enco...
 uuid 2009-09-11 Utz-Uwe Haus Utz-Uwe Haus [1f00b7] UUID code fixed for SBCL.
 .gitignore 2009-08-10 Utz-Uwe Haus Utz-Uwe Haus [7b4454] SBCL fixes
 COPYING 2006-10-20 Utz-Uwe Haus Utz-Uwe Haus [0d25f6] repository restructuring to standard layout
 README 2006-10-20 Utz-Uwe Haus Utz-Uwe Haus [0d25f6] repository restructuring to standard layout
 agraph.asd 2007-03-24 Utz-Uwe Haus Utz-Uwe Haus [37b4b5] include agraph package by default
 aje.asd 2006-10-20 Utz-Uwe Haus Utz-Uwe Haus [0d25f6] repository restructuring to standard layout
 captcha.asd 2013-10-31 Utz-Uwe Haus Utz-Uwe Haus [f18375] Make sure captcha.asd can be autoloaded
 cl-match.asd 2006-10-20 Utz-Uwe Haus Utz-Uwe Haus [0d25f6] repository restructuring to standard layout
 csv.asd 2007-11-23 Utz-Uwe Haus Utz-Uwe Haus [207dc6] CSV package added
 de.uuhaus.asd 2013-10-30 Utz-Uwe Haus Utz-Uwe Haus [5cc51b] Add captcha package
 de.uuhaus.lisp 2007-11-23 Utz-Uwe Haus Utz-Uwe Haus [91f9b5] CSV package added
 getopt-long.asd 2006-10-20 Utz-Uwe Haus Utz-Uwe Haus [0d25f6] repository restructuring to standard layout
 htable.asd 2006-10-20 Utz-Uwe Haus Utz-Uwe Haus [0d25f6] repository restructuring to standard layout
 memoize.asd 2007-07-10 Utz-Uwe Haus Utz-Uwe Haus [f16acc] de.uuhaus.memoize: new package
 pq.asd 2007-07-09 Utz-Uwe Haus Utz-Uwe Haus [2d7d73] pq/: new package: Priority queue using binary heap
 urlcache.asd 2009-08-10 Utz-Uwe Haus Utz-Uwe Haus [7b4454] SBCL fixes

Read Me

Various lisp packages. Get all stable ones by using the de.uuhaus package at 
toplevel.

You should have ASDF from <http://cliki.net/asdf> installed.

If you load the file de.uuhaus.lisp, all exported symbols of the
packages listed in *de.uuhaus-included-packages* will be re-exported
from the :DE.UUHAUS package. The easiest way to achieve this is to
symlink the file de.uuhaus.asd to a place that is in ASDFs
*central-registry* search list. All sub-packages will then be found
and automatically loaded too. If you want to use only a certain
sub-package, just use only the package-specific .asd file.

$Id$