/usr/share/racket/pkgs/frtime/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 "frtime") (define name "FrTime") (define compile-omit-paths (quote ("demos" "tests"))) (define test-omit-paths (quote ("demos"))) (define scribblings (quote (("scribblings/frtime.scrbl" () (experimental 50))))) (define deps (quote ("srfi-lite-lib" "base" "compatibility-lib" "drracket" "gui-lib" "pict-lib" "string-constants-lib"))) (define build-deps (quote ("draw-doc" "gui-doc" "racket-doc" "scribble-lib"))) (define pkg-desc "The implementation of the FrTime language") (define pkg-authors (quote (jay gcooper)))))
|