17 lines
520 B
EmacsLisp
17 lines
520 B
EmacsLisp
(define-package "f" "20240308.906" "Modern API for working with files and directories"
|
|
'((emacs "24.1")
|
|
(s "1.7.0")
|
|
(dash "2.2.0"))
|
|
:commit "1e7020dc0d4c52d3da9bd610d431cab13aa02d8c" :authors
|
|
'(("Johan Andersson" . "johan.rejeep@gmail.com"))
|
|
:maintainers
|
|
'(("Lucien Cartier-Tilet" . "lucien@phundrak.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:
|