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
Add .gitignore
[parse-docstrings.git]
/
texinfo-docstrings.asd
blob
5d1a925dfe67ecf81250be582aaf651710bf00c8
1
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
2
3
(asdf:defsystem texinfo-docstrings
4
:depends-on (#-sbcl closer-mop)
5
:components ((:file "docstrings")))
6
7
;; vim: ft=lisp et