11 lines
445 B
EmacsLisp
11 lines
445 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "websocket" "20260301.157"
|
|
"Emacs WebSocket client and server."
|
|
'((cl-lib "0.5"))
|
|
:url "https://github.com/ahyatt/emacs-websocket"
|
|
:commit "2195e1247ecb04c30321702aa5f5618a51c329c5"
|
|
:revdesc "2195e1247ecb"
|
|
:keywords '("communication" "websocket" "server")
|
|
:authors '(("Andrew Hyatt" . "ahyatt@gmail.com"))
|
|
:maintainers '(("Andrew Hyatt" . "ahyatt@gmail.com")))
|