This file is indexed.

/usr/share/common-lisp/source/pipes/pipes.asd is in cl-pipes 1.2.1-5.

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
15
16
17
18
19
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
;;;; *************************************************************************
;;;; FILE IDENTIFICATION
;;;;
;;;; Name:          pipes.asd
;;;; Purpose:       ASDF system definition for PIPES package
;;;; Programmer:    Kevin M. Rosenberg
;;;; Date Started:  Apr 2000
;;;;
;;;; $Id: pipes.asd 8627 2004-02-06 14:19:48Z kevin $
;;;; *************************************************************************

(defpackage #:pipes-system (:use #:cl #:asdf))
(in-package :pipes-system)

(defsystem pipes
    :components 
    ((:file "package")
     (:file "src" :depends-on ("package"))))