ob-powershell-pkg.el (537B)
1 (define-package "ob-powershell" "20221227.1106" "Run Powershell from org mode source blocks" 2 '((emacs "26.1")) 3 :commit "e514efa7fbbdac80082761580ed23fd5ae3abc5d" :authors 4 '(("Rob Kiggen" . "robby.kiggen@essential-it.be")) 5 :maintainers 6 '(("Mois Moshev" . "mois.moshev@bottleshipvfx.com")) 7 :maintainer 8 '("Mois Moshev" . "mois.moshev@bottleshipvfx.com") 9 :keywords 10 '("powershell" "shell" "execute" "outlines" "processes") 11 :url "https://github.com/rkiggen/ob-powershell") 12 ;; Local Variables: 13 ;; no-byte-compile: t 14 ;; End: