info.ss
(module info (lib "infotab.ss" "setup")
  
  (define name "permutations")
  (define blurb
    (list "Generate and manipulate permutations."))
  (define primary-file "permutations.ss")
  (define doc.txt "doc.txt")
  (define categories '(datastructures scientific))
  (define release-notes
    '((p "Version 1.2: Fixed documentation bug.")
      (p "Version 1.1: Fixed documentation and contract bug with permutation-next! and permutation-next.")
      (p "Version 1.0: Uses relatively simple (and sub-optimal) algorithm for generating permutations.  Let me know if you need better.")))
  (define can-be-loaded-with 'all))