#lang setup/infotab (define name "stat") (define blurb '("Gather various information about files")) (define release-notes '((h2 "Stat") (p "This module allows you to stat various files and divine the pertinent information about them. Notable in this module is a fold-files procedure that will not freeze the entire scheme interpreter forever upon hitting a named pipe."))) (define categories '(system)) (define primary-file '("main.rkt")) (define repositories '("4.x"))