f-pkg.el (520B)
1 (define-package "f" "20240308.906" "Modern API for working with files and directories" 2 '((emacs "24.1") 3 (s "1.7.0") 4 (dash "2.2.0")) 5 :commit "1e7020dc0d4c52d3da9bd610d431cab13aa02d8c" :authors 6 '(("Johan Andersson" . "johan.rejeep@gmail.com")) 7 :maintainers 8 '(("Lucien Cartier-Tilet" . "lucien@phundrak.com")) 9 :maintainer 10 '("Lucien Cartier-Tilet" . "lucien@phundrak.com") 11 :keywords 12 '("files" "directories") 13 :url "http://github.com/rejeep/f.el") 14 ;; Local Variables: 15 ;; no-byte-compile: t 16 ;; End: