Files
emacs/lisp/ov/ov-pkg.el
2025-06-22 17:08:08 +02:00

9 lines
313 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "ov" "20230522.1117"
"Overlay library for Emacs Lisp."
'((emacs "24.3"))
:url "https://github.com/ShingoFukuyama/ov.el"
:commit "e2971ad986b6ac441e9849031d34c56c980cf40b"
:revdesc "e2971ad986b6"
:keywords '("convenience" "overlay"))