This file is indexed.

/usr/share/gauche-0.9/0.9.5/lib/rfc/mime.scm is in gauche 0.9.5-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
;; generated automatically.  DO NOT EDIT
#!no-fold-case
(define-module rfc.mime (use srfi-13) (use srfi-14) (use rfc.822) (use util.match) (export mime-parse-version mime-parse-content-type mime-parse-content-disposition mime-parse-parameters mime-compose-parameters mime-encode-word mime-encode-text mime-decode-word mime-decode-text <mime-part> mime-parse-message mime-retrieve-body mime-body->string mime-body->file mime-make-boundary mime-compose-message mime-compose-message-string))
(select-module rfc.mime)
(dynamic-load "rfc--mime")