info.ss
#lang setup/infotab
(define version "0.1 alpha")
  (define name "NHS Number Validator")
  (define blurb
    '("Only really useful for health systems in the UK"))
  (define primary-file "nhs-number-check.ss")
  (define categories '(misc))
  
  (define repositories '("4.x"))