This is the ql-checkout Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:22:30 2024 GMT+0.
ql-checkout/ql-checkout.asd
ql-checkout/config.lisp
ql-checkout/github.lisp
ql-checkout/meta-project.lisp
ql-checkout/vcs.lisp
ql-checkout/project-quicklisp.lisp
ql-checkout/project-ultralisp.lisp
ql-checkout/vcs-quicklisp.lisp
ql-checkout/vcs-git.lisp
ql-checkout/vcs-svn.lisp
ql-checkout/vcs-mercurial.lisp
ql-checkout/vcs-darcs.lisp
ql-checkout/main.lisp
ql-checkout/config
ql-checkout/vcs-svn
ql-checkout/vcs-darcs
ql-checkout/main
ql-checkout/project-quicklisp
ql-checkout/vcs
ql-checkout/project-ultralisp
ql-checkout/github
ql-checkout/vcs-mercurial
ql-checkout/meta-project
ql-checkout/vcs-git
ql-checkout/vcs-quicklisp
The main system appears first, followed by any subsystem dependency.
ql-checkout
ql-checkout is library intend to checkout quicklisp maintained library with vcs.
SANO Masatoshi
mit
config.lisp
(file).
github.lisp
(file).
meta-project.lisp
(file).
vcs.lisp
(file).
project-quicklisp.lisp
(file).
project-ultralisp.lisp
(file).
vcs-quicklisp.lisp
(file).
vcs-git.lisp
(file).
vcs-svn.lisp
(file).
vcs-mercurial.lisp
(file).
vcs-darcs.lisp
(file).
main.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
ql-checkout/ql-checkout.asd
ql-checkout/config.lisp
ql-checkout/github.lisp
ql-checkout/meta-project.lisp
ql-checkout/vcs.lisp
ql-checkout/project-quicklisp.lisp
ql-checkout/project-ultralisp.lisp
ql-checkout/vcs-quicklisp.lisp
ql-checkout/vcs-git.lisp
ql-checkout/vcs-svn.lisp
ql-checkout/vcs-mercurial.lisp
ql-checkout/vcs-darcs.lisp
ql-checkout/main.lisp
ql-checkout/config.lisp
ql-checkout
(system).
*checkoutdir*
(special variable).
ql-checkout/github.lisp
ql-checkout
(system).
clone-github
(function).
pull-github
(function).
ql-checkout/meta-project.lisp
ql-checkout
(system).
find-source
(method).
project
(class).
register-project
(function).
update
(method).
update
(method).
update
(method).
update
(method).
*projects*
(special variable).
ql-checkout/vcs.lisp
ql-checkout
(system).
register-vcs
(function).
vcs
(class).
vcs-checkout
(method).
vcs-dir
(method).
vcs-find
(function).
vcs-init
(method).
vcs-name
(reader method).
(setf vcs-name)
(writer method).
vcs-owner
(method).
vcs-uri
(reader method).
(setf vcs-uri)
(writer method).
*vcs-init*
(special variable).
ql-checkout/project-quicklisp.lisp
ql-checkout
(system).
find-source
(method).
update
(method).
ensure-projectdata
(function).
quicklisp
(class).
ql-checkout/project-ultralisp.lisp
ql-checkout
(system).
find-source
(method).
update
(method).
ensure-projectdata
(function).
ultralisp
(class).
ql-checkout/vcs-quicklisp.lisp
ql-checkout
(system).
vcs-checkout
(method).
vcs-init
(method).
vcs-owner
(method).
quicklisp
(class).
single-file
(class).
ql-checkout/vcs-git.lisp
ql-checkout
(system).
branched-git
(class).
ediware-http
(class).
git
(class).
git-branch
(reader method).
(setf git-branch)
(writer method).
kmr-git
(class).
latest-github-release
(class).
latest-github-tag
(class).
tagged-git
(class).
ql-checkout/vcs-svn.lisp
ql-checkout
(system).
vcs-checkout
(method).
vcs-init
(method).
vcs-owner
(method).
svn
(class).
ql-checkout/vcs-mercurial.lisp
ql-checkout
(system).
vcs-checkout
(method).
vcs-init
(method).
mercurial
(class).
ql-checkout/vcs-darcs.lisp
ql-checkout
(system).
vcs-checkout
(method).
vcs-init
(method).
vcs-owner
(method).
darcs
(class).
ql-checkout/main.lisp
ql-checkout
(system).
checkout
(function).
Packages are listed by definition order.
ql-checkout/config
ql-checkout/vcs-svn
ql-checkout/vcs-darcs
ql-checkout/main
ql-checkout/project-quicklisp
ql-checkout/vcs
ql-checkout/project-ultralisp
ql-checkout/github
ql-checkout/vcs-mercurial
ql-checkout/meta-project
ql-checkout/vcs-git
ql-checkout/vcs-quicklisp
ql-checkout/config
common-lisp
.
*checkoutdir*
(special variable).
ql-checkout/main
ql-checkout
common-lisp
.
ql-checkout/config
.
ql-checkout/meta-project
.
ql-checkout/vcs
.
checkout
(function).
ql-checkout/project-quicklisp
common-lisp
.
ql-checkout/meta-project
.
ensure-projectdata
(function).
quicklisp
(class).
ql-checkout/vcs
common-lisp
.
ql-checkout/meta-project
.
register-vcs
(function).
vcs
(class).
vcs-checkout
(generic function).
vcs-dir
(generic function).
vcs-find
(function).
vcs-init
(generic function).
vcs-name
(generic reader).
(setf vcs-name)
(generic writer).
vcs-owner
(generic function).
vcs-uri
(generic reader).
(setf vcs-uri)
(generic writer).
*vcs-init*
(special variable).
ql-checkout/project-ultralisp
common-lisp
.
ql-checkout/meta-project
.
ensure-projectdata
(function).
ultralisp
(class).
ql-checkout/github
common-lisp
.
ql-checkout/config
.
clone-github
(function).
pull-github
(function).
ql-checkout/vcs-mercurial
common-lisp
.
ql-checkout/vcs
.
mercurial
(class).
ql-checkout/meta-project
common-lisp
.
ql-checkout/github
.
find-source
(generic function).
project
(class).
register-project
(function).
update
(generic function).
*projects*
(special variable).
ql-checkout/vcs-git
common-lisp
.
ql-checkout/vcs
.
branched-git
(class).
ediware-http
(class).
git
(class).
git-branch
(generic reader).
(setf git-branch)
(generic writer).
kmr-git
(class).
latest-github-release
(class).
latest-github-tag
(class).
tagged-git
(class).
ql-checkout/vcs-quicklisp
common-lisp
.
ql-checkout/vcs
.
quicklisp
(class).
single-file
(class).
Definitions are sorted by export status, category, package, and then by lexicographic order.
string
) &key) ¶list
) &key) ¶(eql :all)
) &key) ¶(eql ql-checkout/vcs-darcs::darcs)
) params name) ¶(eql ql-checkout/vcs-mercurial::mercurial)
) params name) ¶(eql ql-checkout/vcs-svn::svn)
) params name) ¶(eql ql-checkout/vcs-git::ediware-http)
) params name) ¶(eql ql-checkout/vcs-git::kmr-git)
) params name) ¶(eql ql-checkout/vcs-git::latest-github-tag)
) params name) ¶(eql ql-checkout/vcs-git::latest-github-release)
) params name) ¶(eql ql-checkout/vcs-git::tagged-git)
) params name) ¶(eql ql-checkout/vcs-git::branched-git)
) params name) ¶(eql ql-checkout/vcs-git::git)
) params name) ¶(eql ql-checkout/vcs-quicklisp::single-file)
) params name) ¶Jump to: | (
C E F G M P R U V |
---|
Jump to: | (
C E F G M P R U V |
---|
Jump to: | *
B N S U |
---|
Jump to: | *
B N S U |
---|
Jump to: | B C D E F G K L M P Q S T U V |
---|
Jump to: | B C D E F G K L M P Q S T U V |
---|