#lang setup/infotab (define scribblings '(("manual.scrbl"))) (define name "brainfudge") (define categories '(devtools)) (define can-be-loaded-with 'all) (define required-core-version "5.1.1") (define version "1.1") (define repositories '("4.x")) (define blurb '("Program in Brainf*ck; a small example of adding a language into Racket")) (define release-notes '((p "Initial public release.")))