info.rkt
#lang setup/infotab

(define name "GUIML")
(define scribblings '(("guiml.scrbl" ())))
(define blurb
  '("A domain-specific language for describing GUIs."))
(define primary-file "main.rkt")
(define categories '(ui))
(define repositories '("4.x"))
(define release-notes '("Fixed the bug where (sendmsg foo) evaluates foo twice."
			"Also revised the documentation."))