info.ss
#lang setup/infotab

(define tools '(("annotated-code-tool.ss")))
(define tool-names '("Annotated Code Box"))

(define name "Annotated Code Box")
(define blurb
  '("Snip class for annotated chunks of code.  This allows you to "
    "write an expression, annotate it, and hide the code so that your "
    "expression is visually represented by a box containing only the "
    "annotation."))

(define scribblings '(("manual.scrbl" ())))  ;; Docs.

(define primary-file "annotated-code-tool.ss")
(define can-be-loaded-with 'none)
(define categories '(devtools ui))

(define version "1.0")

;; DrScheme requirements.
(define repositories '("4.x"))
(define required-core-version "4.2.1.7")