emacs-epkg 3.0.0-1.432312b Browse the Emacsmirror package database

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.