add package dependencies
This commit is contained in:
11
lisp/epl/epl-pkg.el
Normal file
11
lisp/epl/epl-pkg.el
Normal file
@@ -0,0 +1,11 @@
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "epl" "20180205.2049"
|
||||
"Emacs Package Library."
|
||||
'((cl-lib "0.3"))
|
||||
:url "http://github.com/cask/epl"
|
||||
:commit "78ab7a85c08222cd15582a298a364774e3282ce6"
|
||||
:revdesc "78ab7a85c082"
|
||||
:keywords '("convenience")
|
||||
:authors '(("Sebastian Wiesner" . "swiesner@lunaryorn.com"))
|
||||
:maintainers '(("Johan Andersson" . "johan.rejeep@gmail.com")
|
||||
("Sebastian Wiesner" . "swiesner@lunaryorn.com")))
|
||||
Reference in New Issue
Block a user