summaryrefslogtreecommitdiff
path: root/ironclad-text.asd
blob: c9109038e47806848b4cdfeccd47c6b8737b11a3 (plain)
1
2
3
4
5
6
7
8
9
10
;;;; -*- mode: lisp; indent-tabs-mode: nil -*-

(asdf:defsystem :ironclad-text
  :components
  ((:module :src
            :serial t
            :components
            ((:file "text")
             )))
  :depends-on (:ironclad :flexi-streams))