Add emacs25 to Enhances field
Lev Lamberov
6 years ago
17 | 17 | emacs |
18 | 18 | Recommends: emacs (>= 46.0) |
19 | 19 | Enhances: emacs, |
20 | emacs24 | |
20 | emacs24, | |
21 | emacs25 | |
21 | 22 | Built-Using: ${misc:Built-Using} |
22 | 23 | Description: simple asynchronous functions for Emacs Lisp |
23 | 24 | It is a simple library for asynchronous tasks. |
24 | 25 | . |
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 | |
26 | 27 | (by Bob Ippolito) in JavaScript. |
27 | 28 | |
28 | 29 | Package: elpa-concurrent |
33 | 34 | elpa-deferred (= ${binary:Version}) |
34 | 35 | Recommends: emacs (>= 46.0) |
35 | 36 | Enhances: emacs, |
36 | emacs24 | |
37 | emacs24, | |
38 | emacs25 | |
37 | 39 | Built-Using: ${misc:Built-Using} |
38 | 40 | 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 | |
40 | 42 | library has following features: |
41 | 43 | . |
42 | 44 | - Generator |