This file is indexed.

/usr/share/gauche-0.9/site/lib/h2s/program.scm is in gauche-gtk 0.6~pre1+git20121223-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
15
16
17
18
19
20
21
;; just collect the USED modules

(define-module h2s.program
  (extend h2s.top


          h2s.objects
          h2s.parse
          h2s.emit
          h2s.gtk-types
          h2s.fixup
          h2s.utils

          h2s.persistence

                                        ;(use )
          ))
(select-module h2s.program)


(provide "h2s/program")