emacs.d/elpa/ob-http-20180707.1448/ob-http-pkg.el

12 lines
316 B
EmacsLisp
Raw Normal View History

2019-11-29 17:16:57 +01:00
(define-package "ob-http" "20180707.1448" "http request in org-mode babel"
'((s "1.9.0")
(cl-lib "0.5"))
:authors
'(("ZHOU Feng" . "zf.pascal@gmail.com"))
:maintainer
'("ZHOU Feng" . "zf.pascal@gmail.com")
:url "http://github.com/zweifisch/ob-http")
;; Local Variables:
;; no-byte-compile: t
;; End: