10 lines
417 B
EmacsLisp
10 lines
417 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "pfuture" "20220913.1401"
|
|
"A simple wrapper around asynchronous processes."
|
|
'((emacs "25.2"))
|
|
:url "https://github.com/Alexander-Miller/pfuture"
|
|
:commit "19b53aebbc0f2da31de6326c495038901bffb73c"
|
|
:revdesc "19b53aebbc0f"
|
|
:authors '(("Alexander Miller" . "alexanderm@web.de"))
|
|
:maintainers '(("Alexander Miller" . "alexanderm@web.de")))
|