File: Eask

package info (click to toggle)
emacs-async 1.9.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: lisp: 1,342; makefile: 33
file content (20 lines) | stat: -rw-r--r-- 402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(package "async"
         "1.9.7"
         "Asynchronous processing in Emacs")

(website-url "https://github.com/jwiegley/emacs-async")
(keywords "async")

(package-file "async.el")

(files "async.el" "async-bytecomp.el" "*-async.el")

(script "test" "echo \"Error: no test specified\" && exit 1")

(source "gnu")
(source "nongnu")

(depends-on "emacs" "24.4")

(development
 (depends-on "buttercup"))