my-emacs-d/elpa/magit-20160425.430/magit-pkg.el

13 lines
367 B
EmacsLisp
Raw Normal View History

2016-04-26 11:40:21 +00:00
(define-package "magit" "20160425.430" "A Git porcelain inside Emacs"
2016-02-24 22:06:01 +00:00
'((emacs "24.4")
(async "20150909.2257")
(dash "20151021.113")
2016-04-21 21:27:19 +00:00
(with-editor "20160408.201")
2016-04-26 11:40:21 +00:00
(git-commit "20160414.251")
(magit-popup "20160414.251"))
2016-02-24 22:06:01 +00:00
:url "https://github.com/magit/magit" :keywords
'("git" "tools" "vc"))
;; Local Variables:
;; no-byte-compile: t
;; End: