dotemacs

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

esxml-pkg.el (369B)


      1 (define-package "esxml" "0.3.7" "Library for working with xml via esxml and sxml"
      2   '((kv "0.0.5")
      3     (cl-lib "0.5"))
      4   :commit "9f96449f6059cb75491dc812ddeb1b6200ec6740" :authors
      5   '(("Evan Izaksonas-Smith <izak0002 at umn dot edu>"))
      6   :maintainer
      7   '("Evan Izaksonas-Smith")
      8   :keywords
      9   '("tools" "lisp" "comm"))
     10 ;; Local Variables:
     11 ;; no-byte-compile: t
     12 ;; End: