blob: a744582863bcc275379840645e6b124297d25dbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
(define-package "docker" "20180820.1130" "Emacs interface to Docker"
'((emacs "24.5")
(dash "2.14.1")
(docker-tramp "0.1")
(magit-popup "2.12.3")
(s "1.12.0")
(tablist "0.70")
(json-mode "1.7.0"))
:keywords
'("filename" "convenience")
:authors
'(("Philippe Vaucher" . "philippe.vaucher@gmail.com"))
:maintainer
'("Philippe Vaucher" . "philippe.vaucher@gmail.com")
:url "https://github.com/Silex/docker.el")
;; Local Variables:
;; no-byte-compile: t
;; End:
|