This file is indexed.

/usr/share/gauche-0.9/site/lib/gl/simple-image.scm is in gauche-gl 0.5.1-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
;;;
;;; simple-image.scm - simple image I/O
;;;  
;;;   This is obsoleted.  Use gl.simple.image instead.
;;;   

(define-module gl.simple-image
  (extend gl.simple.image)) ; for backward compatibility
(provide "gl/simple-image")