Files
emacs/lisp/websocket/websocket-pkg.el
2025-06-22 17:08:08 +02:00

11 lines
445 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "websocket" "20230809.305"
"Emacs WebSocket client and server."
'((cl-lib "0.5"))
:url "https://github.com/ahyatt/emacs-websocket"
:commit "40c208eaab99999d7c1e4bea883648da24c03be3"
:revdesc "40c208eaab99"
:keywords '("communication" "websocket" "server")
:authors '(("Andrew Hyatt" . "ahyatt@gmail.com"))
:maintainers '(("Andrew Hyatt" . "ahyatt@gmail.com")))