#lang setup/infotab (define name "riot") (define blurb '("Distributed computing for the masses. Parallelize tasks accross the network with a shared work queue. Process and gather results with minimal changes to client code.")) (define primary-file "main.rkt") (define categories '(net datastructures io system)) (define repositories '("4.x")) (define scribblings '(("riot.scrbl" ()))) (define release-notes '((p "First release.")))