info.ss
(module info (lib "infotab.ss" "setup")
  (define name "idcheck")

  (define compile-omit-files
    '("example.ss" "run-tests.ss" "run-example-servlet.ss"))

  (define blurb (list "Client for the IDCheck distributed authentication system, available from http://idcheck.sourceforge.net/"))
  
  (define primary-file "idcheck.ss")

  (define url "http://www.untyped.com/")

  (define version "1.1")

  (define doc.txt "doc.txt")
  (define categories '(devtools))

  )