info.ss
#lang setup/infotab
(define name
  "Growl")
(define blurb
  '("A simple interface to the UDP protocol for Growl notifications."))
(define categories
  '(net ui))
(define repositories
  '("4.x" "3xx"))
(define version
  "1.1")
(define release-notes
  '((dl
     (dt "1.1") (dd "Small fixes in the documentation and setup information")
     (dt "1.0") (dd "Initial release"))))
(define primary-file
  "growl.ss")
(define scribblings
  '(("growl.scrbl" ())))