Merge remote-tracking branch 'upstream/master'

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
This commit is contained in:
Emanuel Evans 2012-04-08 10:20:26 -04:00
commit 563f22d6f6
5 changed files with 22 additions and 2 deletions

View file

@ -1,9 +1,24 @@
# MELPA
Repository of code for *MELPA* or *Milkypostman's ELPA* or *Milkypostman's Experimental Lisp Package Repository* if you're not into the whole brevity thing.
MELPA is a growing collection of `package.el`-compatible elisp
packages built automatically on our server from the upstream source
code using simple recipes. (Think of it as a server-side version of
[el-get](https://github.com/dimitri/el-get), or even
[homebrew](https://github.com/mxcl/homebrew).)
MELPA is rebuilt at least once a day and on demand when changes are made to the MELPA repository. All packages are built using the `package-build.el` package.
Packages are updated when changes are made to the MELPA repository,
or at least daily.
If you just want to browse and install packages, check out the
[archive index page](http://melpa.milkbox.net/) for instructions.
Adding packages is as simple as submitting a pull request; read on for
details.
### About the name
*MELPA* is *Milkypostman's ELPA* or *Milkypostman's Experimental Lisp
Package Archive* if you're not into the whole brevity thing.
## Scripts

1
recipes/gh Normal file
View file

@ -0,0 +1 @@
(gh :url "https://github.com/sigma/gh.el.git" :fetcher git)

1
recipes/logito Normal file
View file

@ -0,0 +1 @@
(logito :url "https://github.com/sigma/logito.git" :fetcher git)

1
recipes/pcache Normal file
View file

@ -0,0 +1 @@
(pcache :url "https://github.com/sigma/pcache.git" :fetcher git)

2
recipes/tabulated-list Normal file
View file

@ -0,0 +1,2 @@
(tabulated-list :url "https://github.com/sigma/tabulated-list.el" :fetcher git)