This file is indexed.

/usr/share/racket/pkgs/lazy/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 "lazy") (define scribblings (quote (("lazy.scrbl" () (experimental 50))))) (define drracket-tools (quote (("lazy-tool.rkt")))) (define drracket-tool-names (quote ("Lazy Racket"))) (define deps (quote ("base" "drracket-plugin-lib" "htdp-lib" "string-constants-lib" "compatibility-lib"))) (define build-deps (quote ("mzscheme-doc" "scheme-lib" "eli-tester" "racket-doc" "scribble-lib"))) (define pkg-desc "The implementation of the Lazy Racket language") (define pkg-authors (quote (eli stchang)))))