Language

Package: emacs-epkg @ 3.2.2

Synopsis

Browse the Emacsmirror package database

Description

This package provides access to a local copy of the Emacsmirror package database. It provides low-level functions for querying the database and a package.el user interface for browsing the database. Epkg itself is not a package manager.

Getting a local copy:

git clone https://github.com/emacsmirror/epkgs.git ~/.emacs.d/epkgs
cd ~/.emacs.d/epkgs
git submodule init
git config --global url.https://github.com/.insteadOf git@github.com:
git submodule update

Some submodule may be missing. In this case Git will prompt for a GitHub user name and password. To skip it press a Return key.

You could get a Epkg package list by invoking epkg-list-packages in Emacs.

Home page
https://emacsmirror.net
Location
gnu/packages/emacs-xyz.scm (line: 15818, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings