Files
emacs/lisp/gnuplot/gnuplot-pkg.el
2022-01-04 21:35:17 +01:00

15 lines
437 B
EmacsLisp

(define-package "gnuplot" "20220102.1637" "Major-mode and interactive frontend for gnuplot"
'((emacs "24.3"))
:commit "d1a6a606dcb389a7c91a6b0d9fb995434df561be" :authors
'(("Jon Oddie")
("Bruce Ravel")
("Phil Type"))
:maintainer
'("Bruce Ravel" . "bruceravel1@gmail.com")
:keywords
'("data" "gnuplot" "plotting")
:url "https://github.com/emacsorphanage/gnuplot")
;; Local Variables:
;; no-byte-compile: t
;; End: