dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

esxml-pkg.el (438B)


      1 (define-package "esxml" "20210722.1345" "Library for working with xml via esxml and sxml"
      2   '((emacs "24.1")
      3     (kv "0.0.5")
      4     (cl-lib "0.5"))
      5   :commit "701ccc285f3748d94c12f85636fecaa88858c178" :authors
      6   '(("Evan Izaksonas-Smith <izak0002 at umn dot edu>"))
      7   :maintainer
      8   '("Evan Izaksonas-Smith")
      9   :keywords
     10   '("tools" "lisp" "comm")
     11   :url "https://github.com/tali713/esxml")
     12 ;; Local Variables:
     13 ;; no-byte-compile: t
     14 ;; End: