/usr/share/guile/site/g-wrap/gw-glib.scm is in guile-g-wrap 1.9.14-2ubuntu1.
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 | ;; Generated by G-Wrap-TNG: an experimental Guile C API-wrapper engine.
(define-module (g-wrap gw-glib)
#:use-module (g-wrap config)
#:use-module (g-wrap gw standard)
)
(cond-expand
(guile-2
(eval-when (eval load compile) (load-extension (string-append *g-wrap-shlib-dir* "libgw-guile-gw-glib") "gw_init_wrapset_gw_glib")))
(else
(load-extension (string-append *g-wrap-shlib-dir* "libgw-guile-gw-glib") "gw_init_wrapset_gw_glib")))
(export )
|