#lang setup/infotab (define name "Utilities") (define blurb '("Some utilities to do weird things not included by default.")) (define release-notes '((h2 "Utilities") (p "This module has all the weird little hacks I use to make my code more readable and well behaved."))) ;(define scribblings '(("doc.scrbl" ()))) (define categories '(metaprogramming)) (define primary-file '("main.ss")) (define repositories '("4.x"))