mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-15 18:56:58 +02:00
13 lines
219 B
Common Lisp
13 lines
219 B
Common Lisp
;;;; abnf.asd
|
|
|
|
(asdf:defsystem #:db3
|
|
:serial t
|
|
:description "DB3 file reader"
|
|
:author "Xach"
|
|
:license "WTFPL"
|
|
:depends-on ()
|
|
:components ((:file "package")
|
|
(:file "db3" :depends-on ("package"))))
|
|
|
|
|