change python config, add jupyter and ein
This commit is contained in:
15
lisp/zmq/zmq-pkg.el
Normal file
15
lisp/zmq/zmq-pkg.el
Normal file
@@ -0,0 +1,15 @@
|
||||
(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:
|
||||
Reference in New Issue
Block a user