magit-pkg.el 347 Bytes
(define-package "magit" "20170913.1424" "A Git porcelain inside Emacs"
  '((emacs "24.4")
    (async "20170823")
    (dash "20170810")
    (with-editor "20170817")
    (git-commit "20170823")
    (magit-popup "20170824"))
  :url "https://github.com/magit/magit" :keywords
  '("git" "tools" "vc"))
;; Local Variables:
;; no-byte-compile: t
;; End: