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

17 lines
521 B
EmacsLisp
Raw Permalink Normal View History

2023-08-30 13:04:19 +00:00
(define-package "f" "20230823.1159" "Modern API for working with files and directories"
2022-08-04 18:39:15 +00:00
'((emacs "24.1")
(s "1.7.0")
(dash "2.2.0"))
2023-08-30 13:04:19 +00:00
:commit "ab3ee3811c53f9c2144ff45130361f3da242ffa2" :authors
2022-08-04 18:39:15 +00:00
'(("Johan Andersson" . "johan.rejeep@gmail.com"))
2023-07-27 19:42:55 +00:00
:maintainers
'(("Lucien Cartier-Tilet" . "lucien@phundrak.com"))
2022-08-04 18:39:15 +00:00
:maintainer
'("Lucien Cartier-Tilet" . "lucien@phundrak.com")
:keywords
'("files" "directories")
:url "http://github.com/rejeep/f.el")
;; Local Variables:
;; no-byte-compile: t
;; End: