The author presents a system called CLPM which is a light weight package manager for Common Lisp development.
One of the apparent advantages of this system over existing systems is its lack of external dependencies--the problem being that dependencies of the package manager should not polite the VM of the application you are trying to develop.
I believe this demo will be interesting to a large number of ELS attendees.