This file is indexed.

/usr/share/common-lisp/source/cl-launch/cl-launch.asd is in cl-launch 4.1.4-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
11
12
13
14
;;; -*- Lisp -*-
;; This file is for the sake of building systems that depend on cl-launch,
;; and of binaries from implementations that link instead of dump (i.e. ECL).
;;
#-asdf3.1 (error "cl-launch requires asdf 3.1")

(defsystem "cl-launch"
  :version "4.1.4"
  :description "Runtime for cl-launch"
  :licence "MIT"
  :author "Francois-Rene Rideau"
  :depends-on ((:version "asdf" "3.1.2")) ; we need package-inferred-system and a recent UIOP
  :class :package-inferred-system
  :components ((:file "launcher")))