2011-05-23

May Quicklisp dist update available

I just published a new version of the Quicklisp dist. New in this version are buildnode, cl-buchberger, cl-creditcard, cl-match, cl-tk, com.informatigo, common-lisp-actors, css-selectors, floating-point, group-by, lambda-gtk, method-versions, place-utils, qbook, symbol-munger, talcl, and thnappy.

To get the update, use (ql:update-dist "quicklisp").

2 comments:

  1. What ist die difference between:

    (ql:update-all-dists) and (ql:update-dist "quicklisp")?

    ql is great!

    ReplyDelete
  2. UPDATE-ALL-DISTS updates every dist you have installed & enabled. For most people there's only one, but in the future, it might make a difference whether you update all of them or update a specific one named "quicklisp".

    ReplyDelete