This file is indexed.

/usr/share/guile/site/g-wrap/gw/standard.scm is in guile-g-wrap 1.9.15-0.2.

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
;; Generated by G-Wrap-TNG: an experimental Guile C API-wrapper engine.

(define-module (g-wrap gw standard)
  #:use-module (g-wrap config)
)

(cond-expand
  (guile-2
    (eval-when (eval load compile) (load-extension (string-append *g-wrap-shlib-dir* "libgw-guile-standard") "gw_init_wrapset_standard")))
  (else
    (load-extension (string-append *g-wrap-shlib-dir* "libgw-guile-standard") "gw_init_wrapset_standard")))
(export     %gw:procedure->method-public
    gw:wcp-coerce
    gw:wcp-is-of-type?
    gw:wcp?
    gw:wct?
    <gw:void*>
)