info.rkt
#lang setup/infotab

(define name "planet-fmt")

(define blurb
 '("A simple formatter."
   "Several numerical formats."
   "Repetition, conditional and compound instructions."
   "Allignment, tabulation, and much more."
   "Documentation in file fmt.doc"))

(define primary-file "fmt.rkt")

(define categories '(io))