quicklisp-projects
quicklisp-projects copied to clipboard
Metadata for projects tracked by Quicklisp.
An optimized graph library supporting multiple directed and undirected graph implementations, and algorithms. Author: Daniel Keogh License: MIT Source: https://github.com/DanielKeogh/com.danielkeogh.graph
Please see https://github.com/Shinmera/dissect/issues/18. It includes a fix for compilation issues with SBCL.
Hello! 👋🏻 Please add `cl-aseprite` to Quicklisp. cl-aseprite is file format parser for [Aseprite](https://aseprite.org) program which is used to create pixel-art animations. Author: Andrew Kravchuk License: GPLv3 Sources: https://gitlab.com/lockie/cl-aseprite Thanks.
HSX (Hypertext S-Expression) is a simple yet powerful HTML generation library. Author: skyizwhite, Bo Yao Maintainer: skyizwhite License: MIT Documentation: https://github.com/skyizwhite/hsx/blob/master/README.md Source: https://github.com/skyizwhite/hsx.git
This is a small library hooking into the operating system to give more precise timing information than implementations usually provide via ``get-universal-time`` or ``get-internal-real-time``. Author: Yukari Hafner License: zlib Documentation:...
This is an implementation of the Quite OK Audio format, modelled after the reference implementation. Author: Yukari Hafner License: zlib Documentation: https://shinmera.github.io/cl-qoa/ Source: https://github.com/shinmera/cl-qoa.git
[Mfiano](https://github.com/mfiano) has deleted all his Common Lisp libraries including [stripe](https://git.mfiano.net/mfiano/stripe) and quit the community. The [Atlas Engineer team](https://github.com/atlas-engineer) has [decided](https://github.com/atlas-engineer/stripe/issues/3#issuecomment-2115996316) to resume the maintenance of the `stripe` package [here](https://github.com/atlas-engineer/stripe). **Update**...
This is a library for doing computations using continued fractions. Source: https://codeberg.org/glv/cl-cf
[CBOR](https://datatracker.ietf.org/doc/html/rfc8949) data encoding library: https://github.com/mishoo/cbor.lisp (MIT License)
file-finder is a rapid file search and manipulation library. https://github.com/lisp-maintainers/file-finder Example: ```lisp (finder "fil" (extension= "lisp")) ``` => recursively find all files whose path name contains "fil" and have a...