aboutsummaryrefslogtreecommitdiffstats
path: root/xfdf.asd
blob: aedf49e292881eafa8ffcc1c5640826126537a50 (plain)
1
2
3
4
5
6
7
8
9
10
(asdf:defsystem xfdf
  :description "Convert data to XFDF for PDF forms"
  :version "0.0.1"
  :license "GPL-3.0-or-later"
  :author "Teddy Wing"

  :components ((:module "src"
                :serial t
                :components ((:file "package")
                             (:file "xfdf")))))