dotemacs

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

aio-pkg.el (433B)


      1 (define-package "aio" "1.0" "async/await for Emacs Lisp"
      2   '((emacs "26.1"))
      3   :commit "077722896e649e7a33dcafbc4585686a29423979" :authors
      4   '(("Christopher Wellons" . "wellons@nullprogram.com"))
      5   :maintainers
      6   '(("Christopher Wellons" . "wellons@nullprogram.com"))
      7   :maintainer
      8   '("Christopher Wellons" . "wellons@nullprogram.com")
      9   :url "https://github.com/skeeto/emacs-aio")
     10 ;; Local Variables:
     11 ;; no-byte-compile: t
     12 ;; End: