info.rkt
#lang setup/infotab
(define name "functional-command")
(define blurb
  '("A purely-functional command-line parser, with support for SVN-style command lines."))
(define primary-file "main.rkt")
(define categories '(misc))
(define can-be-loaded-with 'all)
(define scribblings '(("manual.scrbl" ())))
(define repositories '("4.x"))
(define release-notes '("Initial release."))
(define compile-omit-paths '("match-tests.rkt"
                             "parser-tests.rkt"
                             "run-all-tests.rkt"))