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