#lang setup/infotab (define name "HTML Parser") (define blurb '("A fully customizable, practical HTML parser, " "with an htmlprag-compatible html->sxml interface, " "as well as an SSAX-like lazy tree-folding interface.")) (define primary-file "html-parser.ss") (define categories '(xml io)) (define homepage "http://synthcode.com/scheme/html-parser.scm") (define version "1.0")