You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
600 B
Plaintext
16 lines
600 B
Plaintext
;;; news.meta -*- scheme -*-
|
|
|
|
((egg "news.egg")
|
|
(synopsis "news")
|
|
(license "BSD")
|
|
(category web)
|
|
(author "Thomas Hintz")
|
|
(depends spiffy coops coops-utils args irregex anaphora srfi-13 format numbers crypt
|
|
http-session waffle doctype sequences spiffy-cookies
|
|
uri-common intarweb postgresql sql-null matchable
|
|
typed-records sxml-transforms
|
|
sxpath html-parser utils simple spiffy-request-vars general-utils
|
|
multipart-form-data http-client combinators
|
|
rss html-parser srfi-19 http-client md5 message-digest
|
|
scss openssl log5scm comparse utf8 medea atom rfc3339))
|