This is the quicklisp-stats Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:25:31 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
quicklisp-stats
Fetches and operates on Quicklisp download statistics.
Michał "phoe" Herda <phoe@disroot.org>
MIT
0.0.1
alexandria
(system).
drakma
(system).
split-sequence
(system).
quicklisp-stats.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
quicklisp-stats/quicklisp-stats.asd
quicklisp-stats
(system).
quicklisp-stats/quicklisp-stats.lisp
quicklisp-stats
(system).
*cache*
(special variable).
all
(function).
month
(function).
no-data-yet
(condition).
no-data-yet-month
(reader method).
no-data-yet-year
(reader method).
system-downloads
(function).
%month
(function).
*url*
(special variable).
no-data-yet-report
(function).
Packages are listed by definition order.
quicklisp-stats
common-lisp
.
*cache*
(special variable).
all
(function).
month
(function).
no-data-yet
(condition).
no-data-yet-month
(generic reader).
no-data-yet-year
(generic reader).
system-downloads
(function).
%month
(function).
*url*
(special variable).
no-data-yet-report
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
The cache storing Quicklisp stats data. Keys are conses of year and month, values are alists of system names and download counts.
Downloads all Quicklisp stats and returns them.
The result is cached in *CACHE*, so if data for a given month was already downloaded, it is not fetched again.
Downloads Quicklisp stats for a given month and returns them.
The result is cached in *CACHE*, so if data for a given month was already downloaded, it is not fetched again.
Returns the number of times SYSTEM was downloaded from Quicklisp during the
MONTH of YEAR, or NIL if the system was not found in Quicklisp stats for that
month.
The result is cached in *CACHE*, so if data for a given month was already downloaded, it is not fetched again.
no-data-yet
)) ¶no-data-yet
)) ¶year
.
error
.
Initarg | Value |
---|---|
:month | (required-argument month) |
:year | (required-argument year) |
:year
This slot is read-only.
:month
This slot is read-only.
Jump to: | %
A F G M N S |
---|
Jump to: | %
A F G M N S |
---|
Jump to: | *
M S Y |
---|
Jump to: | *
M S Y |
---|
Jump to: | C F N P Q S |
---|
Jump to: | C F N P Q S |
---|