My Common Lisp and Debian blog. For more off topic rants and stuff please see my livejournal blog.

Thursday, June 16, 2005

New Common Lisp based repositories

I've expanded my repositories on people.debian.org. Add to /etc/apt/sources.list:
  • for sarge (aka stable):
    deb http://people.debian.org/~pvaneynd/cl-sarge-packages ./
  • for unstable (for packages still in the NEW queue and pre-release stuff):
    deb http://people.debian.org/~pvaneynd/cl-packages ./
  • and finally (upon great request) for ubuntu/hoary:
    deb http://people.debian.org/~pvaneynd/cl-hoary-packages ./


I also subscribed the cl-debian mailing list to most Common Lisp packages in debian, so members will see traffic when people upload new versions etc. Feel free to suggest new packages by subscribing them to the pts@qa.

I'm also planning to upload an experimental lazy allocating sbcl to those repositories, but will not upload it into debian proper unless there is popular demand for it.

1 comment:

Anonymous said...

Great!
Nice that there's an Ubuntu repository, I can know remove my own repository.
Thanks Peter!