#lang setup/infotab (define name "tqueue") (define blurb '("A queue-like data structure for topological sorting. ")) (define version "2.0") (define primary-file "main.rkt") (define scribblings '(("manual.scrbl" ()))) (define homepage "http://hashcollision.org/") (define can-be-loaded-with 'all) (define required-core-version "5.0") (define repositories '("4.x")) (define categories '(datastructures)) (define release-notes '((p "Updated to Racket standards with Scribble docs.")))