repo.or.cz
/
parse-docstrings.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
moved syntax functions into their own package called PARSE-DOCSTRINGS
[parse-docstrings.git]
/
texinfo-docstrings.asd
blob
a4d55d1b472c485bb606c20b6b2dd6cd05f108cb
1
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
2
3
(asdf:defsystem texinfo-docstrings
4
:depends-on (#-sbcl closer-mop)
5
:serial t
6
:components ((:file "package")
7
(:file "parse-docstrings")
8
(:file "syntax-sbcl")
9
(:file "writer-common")
10
(:file "writer-html")
11
(:file "writer-texinfo")))
12
13
;; vim: ft=lisp et