= Software Successfully Built Using OpenMCL = This is a short list of software known to build successfully with '''OpenMCL'''. Also take a look at the wonderful [http://common-lisp.net/project/cl-containers/asdf-status/website/output/index.html#cl-zeroconf ASDF Systems Summary] for additional information on ASDF-installable packages: == Applications == * [http://www.cs.utexas.edu/users/moore/acl2/ ACL2] - Automated Theorem Prover * [http://albert.sourceforge.net/ Albert] - Documentation Generator (like Doxygen) * [http://common-lisp.net/project/araneida/ Araneida] - The Common Lisp Webserver * [http://ccrma.stanford.edu/software/cm/doc/cm.html Common Music] - Music composition environment. * [http://common-lisp.net/project/elephant/ Elephant] - Persistent Object Database for Common Lisp. * [http://www.cliki.net/GBBopen GBBopen] - Blackboard/community collaboration software. * [http://www.cliki.net/CLX/Gsharp GSharp] - [http://common-lisp.net/project/gsharp/ GSharp] is a graphical music notation editor. Requires '''X11''' to be running (to support {{{CLX}}}). A CLOS error will be generated, but if you type {{{:GO}}} it will run properly. {{{ Cannot set (FIND-CLASS 'NUMBER) because type NUMBER is already defined by DEFTYPE while loading the FLEXICHAINS package }}} * [http://weitz.de/hunchentoot/ HUNCHENTOOT] - Common Lisp Webserver with the COOL NAME. * [http://lisa.sourceforge.net/ LISA] - Lisp-based Intelligent Software Agents (an Expert System toolkit). * [http://lml2.b9.com/download.html LML2] - Lisp Markup Language. A system for dynamic HTML generation. * [http://maxima.sourceforge.net/ Maxima] - Legendary Computer Algebra System. (May require a [http://maxima.sourceforge.net/ couple] of [http://sourceforge.net/tracker/index.php?func=detail&aid=1573534&group_id=4933&atid=304933 patches]). * [http://lemonodor.com/archives/001412.html Montezuma] - Search Engine * [http://common-lisp.net/project/tinaa/ TINAA] - Documentation generator. * [http://common-lisp.net/project/tinaa/ TORTA] - Disk space check, with FLASH output. * [http://weblocks.viridian-project.de/ Weblocks] - Web application framework. == Libraries == The following libraries are known to build: * [http://www.cliki.net/cl-base64/ CL-BASE64] - Library for base-64 coding and decoding. * [http://www.cliki.net/CL-DIFFLIB CL-DIFFLIB] - Library to compute differences between text files. * [http://weitz.de/chunga/ Chunga] - Portable chunked stream library. * [http://common-lisp.net/project/cffi/ CFFI] - CL-FFI * [http://www.cliki.net/CLNUPlot CLNUPlot] - Link to GNU Plot. * [http://common-lisp.net/project/cl-plus-ssl/ CL+SSL] - CL binding to the SSL library (needs a [http://common-lisp.net/pipermail/cl-plus-ssl-devel/2006-September/000010.html patch] on OS X) * [http://projects.heavymeta.org/rendezvous/ CL-ZEROCONF] - Interface to Apple's Bonjour protocol. * [http://www.cliki.net/defsystem-compatibility defsystem-compatibility] - Compatibility package for various LISP systems. * [http://weitz.de/flexi-streams/ flexi-streams] - Flex-Streams implementations. * [http://www.cl-user.net/asp/libs/gamelib GAMELIB] - A framework for writing games in Common Lisp. * [http://www.cliki.net/Gordon Gordon] - [http://bachue.com/svnwiki/gordon Gordon] is a library to produce Flash animation. Install using: {{{ (asdf-install:install "http://evilrobot.free.fr/torta/gordon-0.2.tar.gz") }}} * [http://www.cliki.net/Ironclad Ironclad] - Cryptography package * [http://www.cl-user.net/asp/libs/mcclim McCLIM] - McCLIM GUI Toolkit. Uses CLX. * [http://weitz.de/url-rewrite/ URL-Rewrite] - URL rewrite library. * [http://common-lisp.net/project/rfc2388/ RFC2388] - Implementation of RFC2388 (HTTP POST handler) * [http://common-lisp.net/project/cl-plus-ssl/ trivial-gray-streams] - Gray streams wrapper. * [http://www.cliki.net/Salza SALZA] - FFI-less Compression Library * [http://www.cliki.net/ZIP ZIP] - ZIP (UNZIP) Library * [http://www.pps.jussieu.fr/~jch/software/cl-yacc/ CL-Yacc], a LALR(1) parser generator.