spiffy-websockets/spiffy.websockets.egg

9 lines
259 B
Plaintext
Raw Normal View History

2020-12-29 12:56:44 +00:00
;; -*- mode: scheme -*-
((author "Thomas Hintz")
(synopsis "websockets provides a websocket API.")
(category web)
(license "BSD")
(dependencies spiffy intarweb uri-common base64 simple-sha1 mailbox comparse)
(components
(extension spiffy.websockets)))