/usr/share/common-lisp/source/db3/db3.asd is in cl-db3 20150302-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | ;;;; 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"))))
|