12 lines
316 B
EmacsLisp
12 lines
316 B
EmacsLisp
![]() |
(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:
|