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