Files
emacs/lisp/ov/ov-pkg.el
2023-11-04 19:26:41 +01:00

9 lines
282 B
EmacsLisp

(define-package "ov" "20230522.1117" "Overlay library for Emacs Lisp"
'((emacs "24.3"))
:commit "e2971ad986b6ac441e9849031d34c56c980cf40b" :keywords
'("convenience" "overlay")
:url "https://github.com/ShingoFukuyama/ov.el")
;; Local Variables:
;; no-byte-compile: t
;; End: