12 lines
479 B
EmacsLisp
12 lines
479 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "gnuplot" "20250724.1531"
|
|
"Major-mode and interactive frontend for gnuplot."
|
|
'((emacs "28.1")
|
|
(compat "30"))
|
|
:url "https://github.com/emacs-gnuplot/gnuplot"
|
|
:commit "43e9674b869475b1c2a32f045c167673eb2faae0"
|
|
:revdesc "43e9674b8694"
|
|
:keywords '("data" "gnuplot" "plotting")
|
|
:maintainers '(("Maxime Tréca" . "maxime@gmail.com")
|
|
("Daniel Mendler" . "mail@daniel-mendler.de")))
|