Files
emacs-conf/lisp/gnuplot/gnuplot-pkg.el

12 lines
477 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "gnuplot" "20260322.20"
"Major-mode and interactive frontend for gnuplot."
'((emacs "28.1")
(compat "30"))
:url "https://github.com/emacs-gnuplot/gnuplot"
:commit "39ba1dec5e8e227ba093a30ca07b20d8eb038f29"
:revdesc "39ba1dec5e8e"
:keywords '("data" "gnuplot" "plotting")
:maintainers '(("Maxime Tréca" . "maxime@gmail.com")
("Daniel Mendler" . "mail@daniel-mendler.de")))