diff options
Diffstat (limited to '.cask/30.2/bootstrap/f-20241003.1131/f-pkg.el')
| -rw-r--r-- | .cask/30.2/bootstrap/f-20241003.1131/f-pkg.el | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.cask/30.2/bootstrap/f-20241003.1131/f-pkg.el b/.cask/30.2/bootstrap/f-20241003.1131/f-pkg.el new file mode 100644 index 00000000..15f14e53 --- /dev/null +++ b/.cask/30.2/bootstrap/f-20241003.1131/f-pkg.el @@ -0,0 +1,12 @@ +;; -*- no-byte-compile: t; lexical-binding: nil -*- +(define-package "f" "20241003.1131" + "Modern API for working with files and directories." + '((emacs "24.1") + (s "1.7.0") + (dash "2.2.0")) + :url "http://github.com/rejeep/f.el" + :commit "931b6d0667fe03e7bf1c6c282d6d8d7006143c52" + :revdesc "931b6d0667fe" + :keywords '("files" "directories") + :authors '(("Johan Andersson" . "johan.rejeep@gmail.com")) + :maintainers '(("Lucien Cartier-Tilet" . "lucien@phundrak.com"))) |
