spiffy-websockets/websockets.meta

11 lines
353 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")
(depends spiffy intarweb uri-common base64 simple-sha1 mailbox comparse)
(files "websockets.setup" "websockets.meta" "websockets.release-info" "LICENSE"
"utf8-grammar.scm"))