Files
emacs-conf/lisp/async/async-pkg.el

11 lines
419 B
EmacsLisp

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