11 lines
418 B
EmacsLisp
11 lines
418 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "async" "20250325.509"
|
|
"Asynchronous processing in Emacs."
|
|
'((emacs "24.4"))
|
|
:url "https://github.com/jwiegley/emacs-async"
|
|
:commit "bb3f31966ed65a76abe6fa4f80a960a2917f554e"
|
|
:revdesc "bb3f31966ed6"
|
|
:keywords '("async")
|
|
:authors '(("John Wiegley" . "jwiegley@gmail.com"))
|
|
:maintainers '(("Thierry Volpiatto" . "thievol@posteo.net")))
|