#lang setup/infotab
(define name "Structured Loops")
(define blurb '("Looping constructs for natural expression of structured imperative programming."))
(define release-notes '("While and until, extended with optional post-processing based on the sub-condition that caused termination."))
(define categories {{devtools: Development Tools}
{net: Networking and Protocols}
{media: Graphics and Audio}
{xml: XML-Related}
{datastructures: Data Structures and Algorithms}
{io: Input/Output and Filesystem}
{scientific: Mathematical and Scientific}
{system: Hardware/Operating System-Specific Tools}
{ui: Textual and Graphical User Interface}
{metaprogramming: Metaprogramming Tools}
{planet: PLaneT-Related}
{misc: Miscellaneous}}
'(datastructures devtools))
(define can-be-loaded-with 'all) (define homepage "http://www.cs.toronto.edu/~gfb") (define primary-file '("structured-loops.rkt"))
(define required-core-version) (define version "0.9") (define repositories '("4.x" "3xx"))