info.ss
#lang setup/infotab
(define name "Table Panel")
(define blurb
  (list "This library provides a table-panel% class that specializes the MrEd "
        "panel% class to provide a panel that aligns its children to a grid. "
        "A simple demonstration program is also provided."))
(define scribblings '(("table-panel.scrbl" ())))
(define categories '(ui))
(define primary-file "table-panel.ss")
(define release-notes
  (list "Initial PLaneT release of the table panel."))
(define url "http://schematics.sourceforge.net/")
(define repositories '("4.x"))