https://github.com/emacsattic/packed
Emacs package utilities
https://github.com/emacsattic/packed
Last synced: about 1 month ago
JSON representation
Emacs package utilities
- Host: GitHub
- URL: https://github.com/emacsattic/packed
- Owner: emacsattic
- License: gpl-3.0
- Created: 2012-06-10T00:22:40.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T22:29:49.000Z (over 2 years ago)
- Last Synced: 2025-03-26T08:48:21.973Z (about 2 months ago)
- Language: Emacs Lisp
- Homepage: https://github.com/tarsius/packed/blob/master/packed.el#L27-L37
- Size: 139 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
** This library has been deprecated
Only a subset of the functionality provided by this library
turned out to be useful. Those parts have been moved to the
~elx~ library.** Package manager agnostic Emacs Lisp package utilities
Packed provides some package manager agnostic utilities to work
with Emacs Lisp packages. As far as Packed is concerned packages
are collections of Emacs Lisp libraries that are stored in a
dedicated directory such as a Git repository. And libraries are
Emacs Lisp files that provide the correct feature (matching the
filename).Where a package manager might depend on metadata, Packed instead
uses some heuristics to get the same information — that is slower
and might also fail at times but makes it unnecessary to maintain
package recipes.