This file is indexed.

/usr/share/r6rs/nanopass.ss is in r6rs-nanopass-dev 1.9+git20160429.g1f7e80b-1build1.

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
;;; Copyright (c) 2000-2015 Dipanwita Sarkar, Andrew W. Keep, R. Kent Dybvig, Oscar Waddell
;;; See the accompanying file Copyright for details

(library (nanopass)
  (export define-language define-parser trace-define-parser trace-define-pass
    echo-define-pass define-pass with-output-language nanopass-case
    language->s-expression extends entry terminals nongenerative-id maybe
    #;define-nanopass-record-types diff-languages define-language-node-counter
    prune-language define-pruned-language
    with-extended-quasiquote with-r6rs-quasiquote)
  (import
    (nanopass language)
    (nanopass parser)
    (nanopass language-node-counter)
    (nanopass pass)
    (nanopass helpers)
    (nanopass records)))