(module info (lib "infotab.ss" "setup")
(define name "snooze")
(define blurb
'((p "An Object Relational Mapping (ORM) system from Untyped. "
"Snooze lets you define special MzScheme structs called "
(tt "persistent-structs") " and serialize them to an SQLite "
"or PostgreSQL database.")))
(define release-notes
'((ul (li "more Scribble documentation;")
(li "fixes to the rendering of \"IN\" and \"CROSS JOIN\" statements."))))
(define primary-file "snooze.ss")
(define url "http://svn.untyped.com/snooze/")
(define doc.txt "doc.txt")
(define categories '(devtools io))
(define scribblings '(("doc/snooze.scrbl" (multi-page))))
)