This file is indexed.

/usr/share/racket/pkgs/games/info.rkt is in racket-common 6.7-3.

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.7"))) (define collection "games") (define scribblings (quote (("scribblings/games.scrbl" (multi-page) (gui-library))))) (define gracket-launcher-libraries (list "main.rkt")) (define gracket-launcher-names (list "PLT Games")) (define deps (quote ("base" "draw-lib" "drracket" ("gui-lib" #:version "1.16") "net-lib" "htdp-lib" "math-lib" "scribble-lib" "racket-index" "sgl" "srfi-lib" "string-constants-lib" ("data-enumerate-lib" #:version "1.2") "typed-racket-lib" "typed-racket-more"))) (define build-deps (quote ("draw-doc" "gui-doc" "racket-doc" "pict-lib" "rackunit-lib" "htdp-doc"))) (define pkg-desc "Games") (define pkg-authors (quote (mflatt robby))) (define version "1.1")))