info.rkt
#lang setup/infotab

(define name "GUIML")
(define scribblings '(("guiml.scrbl" ())))
(define blurb
  '("A domain-specific language for describing GUIs. Write GUIs in an HTML-like hierarchical notation. The resulting object can be traversed, and widgets can be pulled from the tree by their id."))
(define primary-file "main.rkt")
(define categories '(ui))
(define repositories '("4.x"))
(define release-notes '("GUIML now creates real racket/gui objects instead of wrapping them in structs and lists"
			"Documentation has been expanded."))