This file is indexed.

/usr/share/racket/pkgs/slatex/info.rkt is in racket-common 6.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
(module info setup/infotab (#%module-begin (define package-content-state (quote (built "6.3"))) (define collection "slatex") (define scribblings (quote (("slatex-wrap.scrbl" () (tool-library))))) (define mzscheme-launcher-names (quote ("SLaTeX" "PDF SLaTeX"))) (define mzscheme-launcher-libraries (quote ("slatex-launcher.rkt" "pdf-slatex-launcher.rkt"))) (define deps (quote ("scheme-lib" "base" "compatibility-lib"))) (define build-deps (quote ("racket-index" "eli-tester" "racket-doc" "scribble-lib"))) (define copy-shared-files (quote ("slatex.sty" "slatex.py"))) (define pkg-desc "SLaTeX (Scheme in LaTeX)") (define pkg-authors (quote (sstrickl)))))