This file is indexed.

/usr/share/common-lisp/source/cl-asdf/build.xcvb is in cl-asdf 2:2.20-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
#+xcvb
(module
 (:fullname "/asdf"
  :author ("Daniel Barlow and contributors")
  :licence "MIT" ;; MIT-style license. See asdf.lisp
  :description "ASDF"
  :long-description "Another System Definition Facility."
  :depends-on ("asdf" (:when (:featurep :ecl) "asdf-ecl"))
  :supersedes-asdf ("asdf")
  :build-image nil))