emacs-config/.cask/26.3/elpa/cask-20191004.1155/cask-pkg.el
2020-04-28 12:47:35 +02:00

19 lines
505 B
EmacsLisp

(define-package "cask" "20191004.1155" "Cask: Project management for Emacs package development"
'((s "1.8.0")
(dash "2.2.0")
(f "0.16.0")
(epl "0.5")
(shut-up "0.1.0")
(cl-lib "0.3")
(package-build "1.2")
(ansi "0.4.1"))
:keywords
'("speed" "convenience")
:authors
'(("Johan Andersson" . "johan.rejeep@gmail.com"))
:maintainer
'("Johan Andersson" . "johan.rejeep@gmail.com")
:url "http://github.com/cask/cask")
;; Local Variables:
;; no-byte-compile: t
;; End: