This is the asdf-linguist Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 04:17:56 2024 GMT+0.
asdf-linguist/asdf-linguist.asd
asdf-linguist/src/base.lisp
asdf-linguist/src/lang/c.lisp
asdf-linguist/src/www/css.lisp
asdf-linguist/src/www/js.lisp
asdf-linguist/src/www/tools.lisp
asdf-linguist/src/build-systems/make.lisp
asdf-linguist/src/graphics.lisp
asdf-linguist/src/text/flex.lisp
asdf-linguist/src/text/pandoc.lisp
The main system appears first, followed by any subsystem dependency.
asdf-linguist
Extensions for ASDF.
Fernando Borretti
MIT
# asdf-linguist
[![Build Status](https://travis-ci.org/eudoxia0/asdf-linguist.svg?branch=master)](https://travis-ci.org/eudoxia0/asdf-linguist)
ASDF-linguist is a set of extensions to the ASDF build system for Common Lisp
for compiling various languages and running various preprocessing tools (Sass,
LESS, etc.) on files in your project.
ASDF is very easy to extend to handle other languages within the same project,
eg. compiling C source files, but this ease of extensibility leads to people
reimplementing these basic capabilities in different, ad-hoc ways. This system
attempts to solve this by providing one and only one way to do these things.
# Extensions
* Languages
* C
* C++
* Fortran
* Web
* CSS preprocessors
* [LESS](http://lesscss.org/) ✓
* [Myth](http://www.myth.io/) ✓
* [Sass](http://sass-lang.com/) ✓
* Tools
* CSS/JSS Minifiers
* [YUI Compressor](http://yui.github.io/yuicompressor/) ✓
* Compile-to-Javascript
* [CoffeeScript](http://coffeescript.org/) ✓
* [ParenScript](http://common-lisp.net/projects/parenscript/)
* [Roy](http://roy.brianmckenna.org/) ✓
* Build systems
* Make ✓
* CMake
* Tools
* Text Processing
* [org-mode](http://orgmode.org/)
* [pandoc](http://johnmacfarlane.net/pandoc/)
* Graphics
* [dot](http://www.graphviz.org/) ✓
* [ditaa](http://ditaa.sourceforge.net/) ✓
# License
Copyright (c) 2014-2015 Fernando Borretti <eudoxiahp@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
0.1
asdf
(system).
inferior-shell
(system).
parenscript
(system).
src
(module).
Modules are listed depth-first from the system components tree.
asdf-linguist/src
asdf-linguist/src/lang
asdf-linguist/src/www
asdf-linguist/src/build-systems
asdf-linguist/src/text
asdf-linguist/src
asdf-linguist
(system).
base.lisp
(file).
lang
(module).
www
(module).
build-systems
(module).
graphics.lisp
(file).
text
(module).
asdf-linguist/src/lang
asdf-linguist/src/www
lang
(module).
src
(module).
css.lisp
(file).
js.lisp
(file).
tools.lisp
(file).
asdf-linguist/src/build-systems
asdf-linguist/src/text
graphics.lisp
(file).
src
(module).
flex.lisp
(file).
pandoc.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
asdf-linguist/asdf-linguist.asd
asdf-linguist/src/base.lisp
asdf-linguist/src/lang/c.lisp
asdf-linguist/src/www/css.lisp
asdf-linguist/src/www/js.lisp
asdf-linguist/src/www/tools.lisp
asdf-linguist/src/build-systems/make.lisp
asdf-linguist/src/graphics.lisp
asdf-linguist/src/text/flex.lisp
asdf-linguist/src/text/pandoc.lisp
asdf-linguist/src/base.lisp
src
(module).
define-component
(macro).
define-shell-component
(macro).
ensure-list
(function).
output-pathname
(function).
asdf-linguist/src/lang/c.lisp
lang
(module).
output-files
(method).
perform
(method).
perform
(method).
asdf-linguist/src/www/css.lisp
www
(module).
output-files
(method).
output-files
(method).
output-files
(method).
output-files
(method).
perform
(method).
perform
(method).
perform
(method).
perform
(method).
perform
(method).
perform
(method).
perform
(method).
perform
(method).
asdf-linguist/src/www/js.lisp
www
(module).
output-files
(method).
output-files
(method).
output-files
(method).
perform
(method).
perform
(method).
perform
(method).
perform
(method).
perform
(method).
perform
(method).
asdf-linguist/src/www/tools.lisp
www
(module).
output-files
(method).
output-files
(method).
perform
(method).
perform
(method).
perform
(method).
perform
(method).
css-minify
(class).
js-minify
(class).
output
(reader method).
output
(reader method).
asdf-linguist/src/build-systems/make.lisp
build-systems
(module).
make
(class).
output-files
(method).
perform
(method).
perform
(method).
output
(reader method).
asdf-linguist/src/graphics.lisp
build-systems
(module).
src
(module).
output-files
(method).
output-files
(method).
perform
(method).
perform
(method).
perform
(method).
perform
(method).
asdf-linguist/src/text/flex.lisp
text
(module).
output-files
(method).
perform
(method).
perform
(method).
asdf-linguist/src/text/pandoc.lisp
text
(module).
output-files
(method).
perform
(method).
perform
(method).
input-format
(reader method).
input-type
(reader method).
options
(reader method).
output
(reader method).
output-extension
(reader method).
output-type
(reader method).
pandoc
(class).
Packages are listed by definition order.
asdf-linguist
asdf/interface
.
common-lisp
.
c->bin
(class).
coffee
(class).
css-minify
(class).
define-component
(macro).
define-shell-component
(macro).
ditaa
(class).
dot
(class).
ensure-list
(function).
flex
(class).
input-format
(generic reader).
input-type
(generic reader).
js-minify
(class).
less
(class).
link
(generic reader).
myth
(class).
options
(generic reader).
output
(generic reader).
output
(slot).
output-extension
(generic reader).
output-pathname
(function).
output-type
(generic reader).
pandoc
(class).
parenscript
(class).
roy
(class).
sass
(class).
sass-strict
(class).
Definitions are sorted by export status, category, package, and then by lexicographic order.
compile-op
) (component css-minify
)) ¶asdf/action
.
compile-op
) (component sass-strict
)) ¶asdf/action
.
compile-op
) (component parenscript
)) ¶asdf/action
.
compile-op
) (component css-minify
)) ¶asdf/action
.
load-op
) (component css-minify
)) ¶asdf/action
.
compile-op
) (component sass-strict
)) ¶asdf/action
.
load-op
) (component sass-strict
)) ¶asdf/action
.
compile-op
) (component parenscript
)) ¶asdf/action
.
load-op
) (component parenscript
)) ¶asdf/action
.
Define an ASDF component.
Define an ASDF component that’s compiled by running a shell command.
js-minify
)) ¶automatically generated reader method
css-minify
)) ¶automatically generated reader method
parenscript
)) ¶automatically generated reader method
sass-strict
)) ¶automatically generated reader method
source-file
.
common-lisp
.
"coffee"
source-file
.
common-lisp
.
"css"
source-file
.
common-lisp
.
"ditaa"
source-file
.
common-lisp
.
"dot"
source-file
.
common-lisp
.
"l"
source-file
.
common-lisp
.
"js"
source-file
.
common-lisp
.
"less"
source-file
.
common-lisp
.
"myth"
source-file
.
common-lisp
.
:type
This slot is read-only.
:input-type
This slot is read-only.
:output-type
This slot is read-only.
:output-extension
This slot is read-only.
source-file
.
common-lisp
.
"lisp"
source-file
.
common-lisp
.
"roy"
source-file
.
common-lisp
.
"scss"
source-file
.
common-lisp
.
"sass"
Jump to: | D E F G I L M O P |
---|
Jump to: | D E F G I L M O P |
---|
Jump to: | I L O S T |
---|
Jump to: | I L O S T |
---|
Jump to: | A B C D F G J L M P R S T W |
---|
Jump to: | A B C D F G J L M P R S T W |
---|