NET.CDDR.CLORB: Common Lisp ORB. An implementation of CORBA in Common Lisp.
NET.CDDR.PACKER: Package manager. Using a Java like organization of packages suggested by Kent M. Pitman. For example a package "NET.CDDR.PODCATCH" would reside in a directory "net/cddr/podcatch" relative to some base directory. The directory should contain a "loadup.lisp" file that loads the package.
NET.CDDR.REDPAS: Simple Recursive Decent Parser Library. A library that makes it easy to write recursive decent parsers. It is similar to META but does not rely on read macros, only normal macros and reports errors when the one token lookahead is not enough. Used in CLORB for the IDL compiler.
NET.CDDR.LUNA: Unit-test library. A library for unit tests. Used in CLORB.
NET.CDDR.FILM: A film viewing database with a GUI. Written using MCL and a object database in the object prevalence style.
NET.CDDR.PODCATCH A simple web-based RSS aggregator for receiving podcasts. Written in OpenMCL using portable allegro serve.