Files
emacs/lisp/async/async-pkg.el
2025-11-25 19:52:03 +01:00

11 lines
418 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "async" "20251005.634"
"Asynchronous processing in Emacs."
'((emacs "24.4"))
:url "https://github.com/jwiegley/emacs-async"
:commit "31cb2fea8f4bc7a593acd76187a89075d8075500"
:revdesc "31cb2fea8f4b"
:keywords '("async")
:authors '(("John Wiegley" . "jwiegley@gmail.com"))
:maintainers '(("Thierry Volpiatto" . "thievol@posteo.net")))