The cl-autorepo Reference Manual

This is the cl-autorepo Reference Manual, version 1.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 14:58:52 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-autorepo

A simple mechanism to auto-load ASDF systems from repositories.

Author

Bill St. Clair <>

License

Apache

Version

1.0.0

Source

cl-autorepo.asd.

Child Component

src (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 cl-autorepo/src

Source

cl-autorepo.asd.

Parent Component

cl-autorepo (system).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 cl-autorepo/cl-autorepo.asd

Source

cl-autorepo.asd.

Parent Component

cl-autorepo (system).

ASDF Systems

cl-autorepo.


4.1.2 cl-autorepo/src/package.lisp

Source

cl-autorepo.asd.

Parent Component

src (module).

Packages

cl-autorepo.


4.1.3 cl-autorepo/src/autorepo.lisp

Dependency

package.lisp (file).

Source

cl-autorepo.asd.

Parent Component

src (module).

Public Interface
Internals

5 Packages

Packages are listed by definition order.


5.1 cl-autorepo

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Ordinary functions

Function: add-system (name url &optional repository-type)

Download the system named NAME of REPOSITORY-TYPE from the URL, unless it’s already defined.

Package

cl-autorepo.

Source

autorepo.lisp.


6.1.2 Generic functions

Generic Function: download-repo (repository-type url directory)

Download a repository of REPOSITORY-TYPE from URL, as a
subdirectory of DIRECTORY. REPOSITORY-TYPE can be :GIT, :SVN, :DARCS, or :HG

Package

cl-autorepo.

Source

autorepo.lisp.

Methods
Method: download-repo ((repository-type (eql :hg)) url directory)
Method: download-repo ((repository-type (eql :darcs)) url directory)
Method: download-repo ((repository-type (eql :svn)) url directory)
Method: download-repo ((repository-type (eql :git)) url directory)

6.2 Internals


6.2.1 Special variables

Special Variable: *repo-dir*
Package

cl-autorepo.

Source

autorepo.lisp.


6.2.2 Ordinary functions

Function: download-repo-helper (program-args directory url)
Package

cl-autorepo.

Source

autorepo.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables

Jump to:   *  
S  
Index Entry  Section

*
*repo-dir*: Private special variables

S
Special Variable, *repo-dir*: Private special variables