-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathEask
More file actions
24 lines (19 loc) · 664 Bytes
/
Eask
File metadata and controls
24 lines (19 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
(package "docker"
"2.5.0"
"Interface to Docker")
(website-url "https://github.com/Silex/docker.el")
(keywords "filename" "convenience")
(package-file "docker.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "gnu")
(source "melpa")
(depends-on "emacs" "28.1")
(depends-on "aio" "1.0")
(depends-on "dash" "2.19.1")
(depends-on "s" "1.13.0")
(depends-on "tablist" "1.1")
(depends-on "transient" "0.4.3")
;; hack: this forces the built-in transient to be upgraded to latest.
;; make sure to run "eask uninstall docker" in CI to avoid confusing the versions of docker.el
(development
(depends-on "docker"))