Codebase list emacs-deferred / 788ba6d
Add emacs25 to Enhances field Lev Lamberov 7 years ago
1 changed file(s) with 6 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
1717 emacs
1818 Recommends: emacs (>= 46.0)
1919 Enhances: emacs,
20 emacs24
20 emacs24,
21 emacs25
2122 Built-Using: ${misc:Built-Using}
2223 Description: simple asynchronous functions for Emacs Lisp
2324 It is a simple library for asynchronous tasks.
2425 .
25 The API is almost the same as JSDeferred (by cho45) and Mochikit.Async
26 The API is almost the same as JSDeferred (by cho45) and Mochikit.Async
2627 (by Bob Ippolito) in JavaScript.
2728
2829 Package: elpa-concurrent
3334 elpa-deferred (= ${binary:Version})
3435 Recommends: emacs (>= 46.0)
3536 Enhances: emacs,
36 emacs24
37 emacs24,
38 emacs25
3739 Built-Using: ${misc:Built-Using}
3840 Description: higher level library for concurrent tasks
39 It is a higher level library for concurrent tasks based on deferred.el. This
41 It is a higher level library for concurrent tasks based on deferred.el. This
4042 library has following features:
4143 .
4244 - Generator