info.ss
(module info (lib "infotab.ss" "setup")
  (define name "rope")
  (define blurb '("Ropes for fast string concatenation and subsequencing"))
  (define release-notes '((p "Version 2.3: improved implementation of open-input-rope.  Fixed silly
bug involving subrope and specials.")))
  (define categories '(datastructures))
  (define homepage "http://hashcollision.org/")
  (define can-be-loaded-with 'all)
  (define version "2.3")
  (define doc.txt "doc.txt")
  (define primary-file "rope.ss"))