Cleaning .meta file.

This commit is contained in:
Thomas Hintz 2014-10-18 09:55:57 -07:00
parent ecafa799d3
commit 9446f5992d
1 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
(synopsis "websockets provides a websocket API.") (synopsis "websockets provides a websocket API.")
(license "BSD") (license "BSD")
(category web) (category web)
(depends srfi-1 srfi-4 spiffy intarweb uri-common base64 simple-sha1 srfi-18 (author "Thomas Hintz")
srfi-13 miscmacros mailbox) (depends spiffy intarweb uri-common base64 simple-sha1 mailbox comparse)
;(test-depends http-client test server-test regex) (files "websockets.setup" "websockets.meta" "websockets.release-info" "LICENSE"
(files "websockets.setup" "websockets.meta" "websockets.release-info" "LICENSE")) "utf8-grammar.scm"))