]> code.delx.au - gnu-emacs-elpa/blob - externals-list
Merge commit '45bc13aec56fcd0b55686d2305cf6e6852d467e8' from company-statistics
[gnu-emacs-elpa] / externals-list
1 ;; -*- emacs-lisp -*-
2
3 ;; List of packages that are maintained externally.
4 ;; The list is made of elements of the form (NAME KIND URL).
5 ;;
6 ;; Where NAME is the name of the package;
7 ;;
8 ;; KIND can be one of:
9 ;; :subtree = a "git subtree" in the `master' branch.
10 ;; :external = kept in a separate `externals/<name>' branch.
11 ;;
12 ;; And URL is the URL of the remote git repository that we want to track.
13 ;; It can be nil, in which case we don't track anything (useless for
14 ;; :subtree, but not for :external).
15
16 ;; The FIXMEs indicate that the branch can't be merged as is because it needs
17 ;; some manual intervention (typically, because the two branches have
18 ;; diverged).
19
20 (("ack" :subtree "https://github.com/leoliu/ack-el")
21 ("auctex" :external "git://git.sv.gnu.org/auctex.git")
22 ;;FIXME:("cedet" :external "??")
23 ("chess" :external nil) ;; Was https://github.com/jwiegley/emacs-chess.git
24 ("coffee-mode" :subtree "https://github.com/defunkt/coffee-mode")
25 ("company" :subtree "https://github.com/company-mode/company-mode.git")
26 ("context-coloring" :subtree "https://github.com/jacksonrayhamilton/context-coloring.git")
27 ("darkroom" :subtree "https://github.com/capitaomorte/darkroom.git")
28 ("dbus-codegen" :subtree "https://github.com/ueno/dbus-codegen-el.git")
29 ("diff-hl" :subtree "https://github.com/dgutov/diff-hl.git")
30 ("dismal" :external nil)
31 ("easy-kill" :subtree "https://github.com/leoliu/easy-kill")
32 ("eldoc-eval" :subtree "https://github.com/thierryvolpiatto/eldoc-eval.git")
33 ("enwc" :subtree "bzr::bzr://bzr.savannah.nongnu.org/enwc/trunk")
34 ("ergoemacs-mode" :external "https://github.com/ergoemacs/ergoemacs-mode.git")
35 ("f90-interface-browser" :subtree "https://github.com/wence-/f90-iface")
36 ("ggtags" :subtree "https://github.com/leoliu/ggtags")
37 ("gnorb" :subtree "https://github.com/girzel/gnorb")
38 ("ioccur" :subtree "https://github.com/thierryvolpiatto/ioccur.git")
39 ("js2-mode" :subtree "https://github.com/mooz/js2-mode.git")
40 ("pabbrev" :external "https://github.com/phillord/pabbrev.git")
41 ("pinentry" :subtree "https://github.com/ueno/pinentry-el.git")
42 ;;FIXME:("org" :external ??) ;; Need to introduce snapshots!!
43 ("rudel" :external nil) ;; Was bzr::bzr://rudel.bzr.sourceforge.net/bzrroot/rudel/trunk
44 ("temp-buffer-browse" :subtree "https://github.com/leoliu/temp-buffer-browse")
45 ("test-simple" :subtree "https://github.com/rocky/emacs-test-simple")
46 ;;FIXME:("vlf" :subtree ??)
47 ("w3" :external nil)
48 ("wcheck-mode" :subtree "https://github.com/tlikonen/wcheck-mode.git")
49 ("web-server" :subtree "https://github.com/eschulte/emacs-web-server.git")
50 ("websocket" :subtree "https://github.com/ahyatt/emacs-websocket.git")
51 ("yasnippet" :subtree "https://github.com/capitaomorte/yasnippet.git")
52 )