spiffy-websockets/websockets.meta

11 lines
361 B
Plaintext
Raw Normal View History

2014-10-05 18:26:00 +00:00
;;; websockets.meta -*- scheme -*-
((egg "websockets.egg")
(synopsis "websockets provides a websocket API.")
(license "BSD")
(category web)
2014-10-18 16:55:57 +00:00
(author "Thomas Hintz")
2014-10-22 13:51:47 +00:00
(depends (spiffy 5.3.1) intarweb uri-common base64 simple-sha1 mailbox comparse)
2014-10-18 16:55:57 +00:00
(files "websockets.setup" "websockets.meta" "websockets.release-info" "LICENSE"
"utf8-grammar.scm"))