16 lines
491 B
EmacsLisp
16 lines
491 B
EmacsLisp
(define-package "zmq" "20230608.1856" "ZMQ bindings in elisp"
|
|
'((cl-lib "0.5")
|
|
(emacs "26"))
|
|
:commit "9d5679c54f361f518a426586b51686674fd3b0fa" :authors
|
|
'(("Nathaniel Nicandro" . "nathanielnicandro@gmail.com"))
|
|
:maintainers
|
|
'(("Nathaniel Nicandro" . "nathanielnicandro@gmail.com"))
|
|
:maintainer
|
|
'("Nathaniel Nicandro" . "nathanielnicandro@gmail.com")
|
|
:keywords
|
|
'("comm")
|
|
:url "https://github.com/nnicandro/emacs-zmq")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|