info.ss
#lang setup/infotab

(define name "Delirium")

(define blurb 
  '((p "A tool for testing PLT web application user interfaces using Javascript remote control scripts and SchemeUnit test suites.")))

(define release-notes
  '((p "Changes:")
    (ul (li "updated to SchemeUnit 3;")
        (li "removed Prototype.js dependency;")
        (li "added accessors " (tt "text-content-ref") " and " (tt "text-content-ref*") ";")
        (li (tt "js-ref") " is now a macro, allowing you to write " (tt "(js-ref expr)") " instead of " (tt "(js-ref (js expr))") "."))))

(define primary-file "main.ss")

(define url "http://svn.untyped.com/delirium/")

(define categories '(net devtools))

(define scribblings '(("scribblings/delirium.scrbl" (multi-page))))

(define required-core-version "4.1.3")

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