emacs/org/elpa/esxml-20230308.2254/esxml-pkg.el

15 lines
440 B
EmacsLisp

(define-package "esxml" "20230308.2254" "Library for working with xml via esxml and sxml"
'((emacs "24.1")
(kv "0.0.5")
(cl-lib "0.5"))
:commit "225693096a587492d76bf696d1f0c25c61f7d531" :authors
'(("Vanya Izaksonas-Smith <izak0002 at umn dot edu>"))
:maintainer
'("Vanya Izaksonas-Smith")
:keywords
'("tools" "lisp" "comm")
:url "https://github.com/tali713/esxml")
;; Local Variables:
;; no-byte-compile: t
;; End: