Next:
ASDF development FAQs
, Previous:
Issues with configuring ASDF
, Up:
FAQ
[
Contents
][
Index
]
13.6 Issues with using and extending ASDF to define systems
“How can I cater for unit-testing in my system?”
“How can I cater for documentation generation in my system?”
“How can I maintain non-Lisp (e.g. C) source files?”
“I want to put my module’s files at the top level. How do I do this?”
How do I create a system definition where all the source files have a .cl extension?
How do I mark a source file to be loaded only and not compiled?
How do I work with readtables?
How can I capture ASDF’s output?
*LOAD-PATHNAME* and *LOAD-TRUENAME* have weird values, help!
How can I produce a binary at a specific path from sources at a specific path?