#lang setup/infotab (define name "bcond") (define blurb '("An extension of cond that adds support for internal bindings.")) (define categories '(misc)) (define can-be-loaded-with 'all) (define primary-file "bcond.rkt") (define scribblings '(("manual.scrbl" ()))) (define repositories (list "4.x")) (define release-notes '("First release of this package."))