This file is indexed.

/usr/share/racket/pkgs/swindle/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 "swindle") (define mzscheme-launcher-names (quote ("swindle"))) (define mzscheme-launcher-flags (quote (("-li" "swindle")))) (define scribblings (quote (("swindle.scrbl" ())))) (define tools (quote (("tool.rkt")))) (define tool-names (quote ("Swindle"))) (define tool-icons (quote (("swindle-icon.png" "swindle")))) (define tool-urls (quote ("http://www.barzilay.org/Swindle/"))) (define deps (quote ("scheme-lib" "base" "compatibility-lib" "drracket-plugin-lib" "gui-lib" "net-lib" "string-constants-lib"))) (define build-deps (quote ("compatibility-doc" "racket-doc" "scribble-lib"))) (define pkg-desc "The implementation of the Swindle language") (define pkg-authors (quote (eli)))))