Skip to content

keithj/deoxybyte-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The deoxybyte-systems system provides tools for managing Common Lisp
systems in batch mode and from the REPL. It provides convenient
wrapper functions for ASDF operations and collects my ASDF extensions
in one place, instead of copy-pasting them into the system definition
files that need them. It does not add symbols to the ASDF package.

This system is required by most of my other Common Lisp systems
because it supplies the optional unit test and documentation
configurations (using LIFT <http://common-lisp.net/project/lift/> and
CLDOC <http://common-lisp.net/project/cldoc/> respectively.


Documentation

See the Lisp docstrings, particularly the package docstrings for an
overview. HTML documentation may be generated with the command:

  (cldoc:extract-documentation 'cldoc:html "./doc/html/"
    (find-system :deoxybyte-systems))

at the REPL, provided that CLDOC is installed.


Dependencies

ASDF    http://common-lisp.net/project/asdf/  (Requires ASDF 3)
cl-fad  http://www.weitz.de/cl-fad/

Optional dependencies

LIFT    http://common-lisp.net/project/lift/
CLDOC   http://common-lisp.net/project/cldoc/

About

Utilities for Common Lisp ASDF systems.

Resources

License

Stars

Watchers

Forks

Packages

No packages published