I feel I'm playing the lottery every time I'm using Quicklisp. I cannot find a web page with package lists and documentation.
As a concrete example I searched (ql:system-apropos "random-access-list")
since I found an implementation of SRFI-101, which is based on Okasakis purely functional data structures, in CL. I tried this:
[1]> (ql:system-apropos-list "random-access-lists")
(#<QL-DIST:SYSTEM random-access-lists / random-access-lists-20120208-git / quicklisp 2016-03-18>)
[2]>
I know that the name random-access-lists
are not very specific so there might be other packages with that name. Last time I was less lucky and found 4 partial matches and the one that was best match was not the package I was looking for.
How do I find more about the search results?