Fork: Keep parse-docstrings, remove texinfo-docstrings
[parse-docstrings.git] / parse-docstrings.asd
blob9e4aff9507fa4bc8c0bb805cf66730fc014a412b
1 ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
3 (asdf:defsystem parse-docstrings
4   :depends-on (#-sbcl closer-mop)
5   :serial t
6   :components ((:file "package")
7                (:file "annotate-documentation")
8                (:file "classes")
9                (:file "annotation-plist")
10                (:file "parse-docstrings")
11                (:file "syntax-plugins/syntax-sbcl")))
13 ;; vim: ft=lisp et