info.ss
(module info (lib "infotab.ss" "setup")
  (define name "host-serial")
  (define doc.txt "doc.txt")
  (define blurb '("host-serial - Serial numbers for a given host (hardware bound)."))
  (define html-docs '("./html"))
  (define release-version "300")
  (define release-iteration "0")
  (define version "1.0")
  (define homepage "http://www.elemental-programming.org/hostserial.html")
  (define categories '(misc))
  (define requires   '())
)