This project has been superseded by Package and Resource Directory
A central repository for Lisp packages has been proposed as a Gardeners project.
cCLan was an attempt at this.
CLiki lists a lot of packages in a 'distributed' fashion.
common-lisp.net hosts a bunch of projects.
Erik Enge wrote this insightful post.
Each entry in the software directory will be tagged with as many tags as necessary. So, the directory will support two orthogonal, independent organizations: a graph (via the related tags relation) and a tree (the tag/sub-tag relation). Both organizations will be independently extensible.
Hare is a possible tag tree (roughly based on the categories of Common-Lisp.net projects and the CLiki home page).
Root
AI
Business
Community
Cryptography
Database
Development
Benchmarking
Documentation
Games
Graphics
CAD
GUI
Interfacing
Language extensions
Compatibility layers
Multimedia
Music
Network
Distributed programming
Email
Web
Science and Engineering
Computational biology
Electronics
Mathematics
Modeling and simulation
System programming
Text processing
Localization
Unclassified
Marc Battyani has created this LinkIt site which he is offering for the use of this project.
Erik Enge has offered to host this at common-lisp.net...if he likes the implementation
Peter Seibel is interested in hosting at least the directory part as the Lisp Library List on lispniks.com. See my comment in the discussion below for some links to a mockup.
[Paolo Amoroso] Should this be a repository with copies of the packages, or a directory with links to the actual packages? I think we should start with a directory as it is at least necessary and possibly sufficient. After that we can worry about the problem of making the downloading of libraries more reliable than they are sometimes now when the library author's website going down makes the library unacessible. --Peter Seibel
[Paul Dietz] We should collect information on each of the packages to allow work to be planned and prioritized. Information should include:
[Peter Seibel] Quite some time ago a couple of the Bay Area Lispniks and I started work on a Lisp Library List (L3). The work died out for reasons not worth going into but we did get as far as defining a set of information we needed to gather about different libs and writing some code to deal with it and generate a nice HTML list. I've put up the data file we created at
and the resulting HTML at:The information there is now hopelessly out of date and I've removed the email address from the mailto links for the moment. (In a real listing we'd presumably let library authors let us know if they mind us putting their email address up on a web site to be harvested by spammers.) But hopefully there's enough there to give you an idea what we were thinking.
Anyway, this might be a reasonable starting point--if folks are interested we can start collecting deflib forms and I'll brush off the code that generates the list from them. That should at least be enough to get us going.