info.ss
#lang setup/infotab
(define name
  "Multimethods")
(define blurb
  '("Procedures with multiple dispatch and ad-hoc type hierarchies."))
(define categories
  '(datastructures))
(define repositories
  '("4.x"))
(define version
  "2.1")
(define release-notes
  '((dl
     (dt "2.1") (dd "Added " (tt "call-next-method") " functionality")
     (dt "2.0") (dd "Bugfixes and refactoring, nicer naming scheme")
     (dt "1.1") (dd "Added the missing " (tt "children") " and " (tt "underive") " procedures to the hierarchy module"))))
(define primary-file
  "main.ss")
(define scribblings
  '(("scribblings/main.scrbl" (multi-page))))