Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quickfork #161

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,17 @@ Advanced
Library Manager
===============

* [Quicklisp][16] - A library manager containing many libraries, with easy depencency management. [Expat][14].
* [Quickfork](https://github.com/svspire/quickfork)- when Quicklisp
isn't enough: when you need to update a single library and leave the
rest alone, when you need the latest version of a particular library
but it hasn't been incorporated into Quicklisp yet, when you need to
fix bugs or add features to a particular library and you may or may
not want to push those changes to the original author, etc. [BSD_3Clause][15].
* [Roswell](https://github.com/roswell/roswell) - a Lisp implementation installer, script launcher and more. [MIT][200].
* [qlot](https://github.com/fukamachi/qlot) - A project-local library installer, similar to Bundler or Carton. [Expat][14].
* [Quicklisp][16] - A library manager containing many libraries, with easy depencency management. [Expat][14].
* [Quickutil](https://github.com/tarballs-are-good/quickutil) - A utility manager, similar to Quicklisp, but for small utilities rather than whole libraries. [3-clause BSD][15].
* [Qi](https://github.com/CodyReichert/qi) - A package manager with a traditionnal approach. [BSD][15].
* [Quickutil](https://github.com/tarballs-are-good/quickutil) - A utility manager, similar to Quicklisp, but for small utilities rather than whole libraries. [3-clause BSD][15].

might help:

Expand Down Expand Up @@ -606,6 +612,7 @@ Parallelism and Concurrency
Event Delivery System. It allows for efficient event delivery to
multiple handlers with a complex event filtering
system. [Artistic License 2.0][51].
* [cl-flow](https://github.com/borodust/cl-flow/) - Data-flowish computation tree library for non-blocking concurrent Common Lisp. [MIT][200].

Job processing
--------------
Expand Down