This file is indexed.

/usr/share/racket/pkgs/draw-lib/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 (quote multi)) (define deps (quote (("base" #:version "6.4") ("draw-i386-macosx-2" #:platform "i386-macosx") ("draw-x86_64-macosx-2" #:platform "x86_64-macosx") ("draw-ppc-macosx-2" #:platform "ppc-macosx") ("draw-win32-i386-2" #:platform "win32\\i386") ("draw-win32-x86_64-2" #:platform "win32\\x86_64") ("draw-x86_64-linux-natipkg-2" #:platform "x86_64-linux-natipkg") ("draw-x11-x86_64-linux-natipkg" #:platform "x86_64-linux-natipkg") ("draw-ttf-x86_64-linux-natipkg" #:platform "x86_64-linux-natipkg")))) (define pkg-desc "implementation (no documentation) part of \"draw\"") (define pkg-authors (quote (mflatt))) (define version "1.13")))