info.ss
#lang setup/infotab
(define name "bzlib/xml: XML utility")

(define blurb
  '((p "bzlib/xml provides XML utility to help converting bewteen xexpr and sxml, as well as helpers for reading and writing sxml and xexpr.  It also provides a mechanism to manage XML and HTML entities.")))

(define release-notes
  '((p "0.3 (1 2) - removed the bzlib/http dependency but keep read-sxml & read-xexpr to continue to handle both xml & html")
    (p "0.2 (1 1) - fixed read-sxml and read-xexpr so they only take one mandatory argument")
    (p "0.1 (1 0) - first release")))

(define categories
  '(devtools xml))

(define homepage "http://weblambda.blogspot.com")

(define required-core-version "4.0")

(define version "0.2")

(define repositories '("4.x"))

(define primary-file "main.ss")