(repository (title "Artful Code") (identifier "acode") (contact "Jeff Ober ") (version 1000) (module (title "csv") (description "A simple parser and serialization utility for delimited text.") (url "http://static.artfulcode.net/newlisp/csv.lsp") (qwerty "http://static.artfulcode.net/newlisp/csv.qwerty") (version 1010) ; 1.1 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends nil)) (module (title "element") (description "A simple way of generating valid XML content.") (url "http://static.artfulcode.net/newlisp/element.lsp") (qwerty "http://static.artfulcode.net/newlisp/element.qwerty") (version 1000) ; 1.0 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends nil)) (module (title "http") (description "A bare bones HTTP 1.0 parser and serializer.") (url "http://static.artfulcode.net/newlisp/http.lsp") (qwerty "http://static.artfulcode.net/newlisp/http.qwerty") (version 1010) ; 1.1 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends nil)) (module (title "json") (description "JSON parser and encoder.") (url "http://static.artfulcode.net/newlisp/json.lsp") (qwerty "http://static.artfulcode.net/newlisp/json.qwerty") (version 2000) ; 2.0 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends "acode:util")) (module (title "matching") (description "Complex conditionals using match and unify.") (url "http://static.artfulcode.net/newlisp/matching.lsp") (qwerty "http://static.artfulcode.net/newlisp/matching.qwerty") (version 1000) ; 1.0 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends nil)) (module (title "memcached") (description "Interface to libmemcached (http://tangent.org/552/libmemcached.html).") (url "http://static.artfulcode.net/newlisp/memcached.lsp") (qwerty "http://static.artfulcode.net/newlisp/memcached.qwerty") (version 330) ; 0.3 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends nil)) (module (title "mp") (description "Classes for multi-processing and synchronization.") (url "http://static.artfulcode.net/newlisp/mp.lsp") (qwerty "http://static.artfulcode.net/newlisp/mp.qwerty") (version 1100) ; 1.1 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends "acode:util")) (module (title "mysql") (description "A new MySQL module to replace the distribution standard module.") (url "http://static.artfulcode.net/newlisp/mysql.lsp") (qwerty "http://static.artfulcode.net/newlisp/mysql.qwerty") (version 1050) ; 1.05 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends nil)) (module (title "profiler") (description "Profiles applications to help identify bottlenecks.") (url "http://static.artfulcode.net/newlisp/profiler.lsp") (qwerty "http://static.artfulcode.net/newlisp/profiler.qwerty") (version 1000) ; 1.0 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends nil)) (module (title "qwerty") (description "Provides a dependency-managing library loading mechanism.") (url "http://static.artfulcode.net/newlisp/qwerty.lsp") (version 1000) ; 1.0 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends nil)) (module (title "request") (description "Request module to replace input functions in the standard CGI module.") (url "http://static.artfulcode.net/newlisp/request.lsp") (qwerty "http://static.artfulcode.net/newlisp/request.qwerty") (version 1010) ; 1.1 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends nil)) (module (title "response") (description "Response module to replace output functions in the standard CGI module.") (url "http://static.artfulcode.net/newlisp/response.lsp") (qwerty "http://static.artfulcode.net/newlisp/response.qwerty") (version 1021) ; 1.2.1 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends nil)) (module (title "sockets") (description "Classes for socket operations.") (url "http://static.artfulcode.net/newlisp/sockets.lsp") (qwerty "http://static.artfulcode.net/newlisp/sockets.qwerty") (version 1000) ; 1.0 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends nil)) (module (title "util") (description "Various functions that the other Artful Code libraries depend on.") (url "http://static.artfulcode.net/newlisp/util.lsp") (qwerty "http://static.artfulcode.net/newlisp/util.qwerty") (version 2010) ; 2.1 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends nil)) (module (title "web") (description "A collection of functions for writing web-based software.") (url "http://static.artfulcode.net/newlisp/web.lsp") (qwerty "http://static.artfulcode.net/newlisp/web.qwerty") (version 0010) ; 0.1 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends nil)) (module (title "xml") (description "Parsing and serializing of XML data.") (url "http://static.artfulcode.net/newlisp/xml.lsp") (qwerty "http://static.artfulcode.net/newlisp/xml.qwerty") (version 2010) ; 2.1 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends "acode:matching")) (module (title "xmlrpc-server") (description "A simple XML-RPC server.") (url "http://static.artfulcode.net/newlisp/xmlrpc-server.lsp") (qwerty "http://static.artfulcode.net/newlisp/xmlrpc-server.qwerty") (version 1010) ; 1.1 (newlisp-min-version 10000) (newlisp-max-version 10006) (depends "acode:element" "acode:http" "acode:sockets" "acode:util")))