emacs/code/elpa/f-20220814.1054/f-pkg.el

15 lines
452 B
EmacsLisp

(define-package "f" "20220814.1054" "Modern API for working with files and directories"
'((emacs "24.1")
(s "1.7.0")
(dash "2.2.0"))
:commit "85c91f95f8b98e153fd959ae467b46bf79622c5d" :authors
'(("Johan Andersson" . "johan.rejeep@gmail.com"))
:maintainer
'("Lucien Cartier-Tilet" . "lucien@phundrak.com")
:keywords
'("files" "directories")
:url "http://github.com/rejeep/f.el")
;; Local Variables:
;; no-byte-compile: t
;; End: