info.ss
(module info (lib "infotab.ss" "setup")
  (define name "join-forest")
  (define blurb '("join a forest of binary trees"))
  (define release-notes '((p "Version 1.0: initial release")))
  (define categories '(datastructures))
  (define homepage "http://hashcollision.org/")
  (define can-be-loaded-with 'all)
  (define version "1.0")
  (define doc.txt "doc.txt")
  (define primary-file "join-forest.ss"))