(module info (lib "infotab.ss" "setup") (define name "Galore") (define blurb (list "A library of functional data structures. " "Version 4 is currently beta software. " "Use Galore version 2 for most purposes. ")) (define release-notes (list "4.0: Updated to be compatible with PLT Scheme version 4.0.")) (define categories '(datastructures)) (define can-be-loaded-with 'all) (define doc.txt "doc.txt") (define primary-file "[bag.ss|set.ss|table.ss]") (define repositories '("4.x")) )