#lang setup/infotab (define name "stat") (define blurb '("Collect stats 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 scribblings '(("doc.scrbl" ()))) (define categories '(system)) (define primary-file '("main.ss")) (define repositories '("4.x"))