quicklisp-projects
quicklisp-projects copied to clipboard
Metadata for projects tracked by Quicklisp.
Please add [cl-osh-autodoc-pdf](https://codeberg.org/osh-autodoc/osh-autodoc-pdf) that requires two libraries. The order should be: - [cl-scribble-subset-parser](https://codeberg.org/osh-autodoc/cl-scribble-subset-parser) - [cl-osh-autodoc-base](https://codeberg.org/osh-autodoc/osh-autodoc-base) - [cl-osh-autodoc-pdf](https://codeberg.org/osh-autodoc/osh-autodoc-pdf) I would appreciate it if `source.txt` could be the following for all three...
From the October post: > What's up with Quicklisp updates taking way longer than usual? A couple things. > First, life has been pretty crazy for me, and I'm the...
Recently, I modified the project [adp](https://github.com/Hectarea1996/adp). Now it extends ASDF to support [scribble](https://docs.racket-lang.org/scribble/index.html)-like files. It just defines the core functionality, and it needs exporters that will define useful functions and...
https://github.com/avodonosov/hunchentoot-stuck-connection-monitor
The version of tooter distributed with Quicklisp doesn't work. Diffing the code under `~/quicklisp/dists/quicklisp/software/tooter-20231021-git` against a direct checkout, I get: ``` diff -r /Users/hinsen/Temp/tooter/client.lisp /Users/hinsen/quicklisp/dists/quicklisp/software/tooter-20231021-git/client.lisp 27c27 < (yason:parse stream) ---...
Quicklisp is currently looking at the master branch of Qlot, but it would be great if you could change it to look at the latest release on its GitHub repository....
This is a decoder library for the OGG/Theora video format via the theorafile C library. It offers easy and fast decoding for Theora video files, primarily intended for video playback...
This is an up-to-date bindings library for [libjpeg-turbo](https://libjpeg-turbo.org), providing a fast way to read, write, and transform JPEG images. Unlike the existing [jpeg-turbo wrapper](https://github.com/shamazmazum/jpeg-turbo/) this project is up-to-date with upstream,...
https://github.com/avodonosov/package-doc-dump
enhanced-unwind-protect provides an enhanced `unwind-protect` that makes it easy to detect whether the protected form performed a non-local exit or returned normally. Project's home: https://www.hexstreamsoft.com/libraries/enhanced-unwind-protect/ GitHub: https://github.com/Hexstream/enhanced-unwind-protect Quicklisp should pull...