This file is indexed.

/usr/share/common-lisp/ros/roscpp/msg/roscpp-msg.asd is in cl-roscpp-msgs 1.11.16-3.

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
(cl:in-package :asdf)

(defsystem "roscpp-msg"
  :depends-on (:roslisp-msg-protocol :roslisp-utils )
  :components ((:file "_package")
    (:file "Logger" :depends-on ("_package_Logger"))
    (:file "_package_Logger" :depends-on ("_package"))
  ))