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

15 lines
437 B
EmacsLisp
Raw Normal View History

2022-08-25 15:19:45 +00:00
(define-package "esxml" "20220506.759" "Library for working with xml via esxml and sxml"
'((emacs "24.1")
(kv "0.0.5")
(cl-lib "0.5"))
:commit "7ac1fec0e45f12836b301fd9b8e7297434db2f70" :authors
'(("Evan Izaksonas-Smith <izak0002 at umn dot edu>"))
:maintainer
'("Evan Izaksonas-Smith")
:keywords
'("tools" "lisp" "comm")
:url "https://github.com/tali713/esxml")
;; Local Variables:
;; no-byte-compile: t
;; End: