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.
11 lines
353 B
Plaintext
11 lines
353 B
Plaintext
;;; websockets.meta -*- scheme -*-
|
|
|
|
((egg "websockets.egg")
|
|
(synopsis "websockets provides a websocket API.")
|
|
(license "BSD")
|
|
(category web)
|
|
(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"))
|