info.ss
(module info (lib "infotab.ss" "setup")
  (define name "webbot")
  (define doc.txt "doc.txt")
;  (define compile-omit-files '("c-roos.scm"))
;  (define pre-install-collection "pre-installer.ss")
  (define blurb '("WebBot contains a couple of ROOS classes that provide functionality to post multipart/form-data to sites."))
;  (define html-docs '("./html"))
  (define release-version "300")
  (define release-iteration "0")
  (define version "1.00")
  (define homepage "http://www.elemental-programming.org/form-data.html")
  (define categories '(net))
  (define webbot 'webbot)
)