Add a recipe for emacs-zmq (#2931)

ZMQ bindings in elisp
This commit is contained in:
Vedang Manerikar 2024-05-26 14:42:51 +05:30 committed by GitHub
parent 1eebe765a6
commit b2c9a1083f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
recipes/zmq.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name zmq
:description "ZMQ bindings in elisp"
:type github
:pkgname "nnicandro/emacs-zmq"
:minimum-emacs-version "26"
:depends (cl-lib))